Improved graphics, new title screen

This commit is contained in:
gltron
2021-07-14 17:23:36 +02:00
parent 1ddd5c781d
commit c3c6ba2f33
37 changed files with 69 additions and 47 deletions
+11 -2
View File
@@ -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 {