Improved graphics, new title screen
This commit is contained in:
@@ -2,8 +2,13 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic&display=swap");
|
||||
|
||||
@font-face {
|
||||
font-family: 'Gravity Regular';
|
||||
src: url('Gravity-Regular.otf') format('opentype');
|
||||
font-family: 'TRON';
|
||||
src: url('TRON.TTF') format('opentype');
|
||||
}
|
||||
|
||||
html {
|
||||
color: rgb(235, 226, 233);
|
||||
background-color: #2a374a;
|
||||
}
|
||||
|
||||
hr {
|
||||
@@ -68,6 +73,10 @@ a {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.input:focus {
|
||||
border-color: $primary;
|
||||
}
|
||||
|
||||
.select {
|
||||
&:after,
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user