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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

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 {

View File

@@ -12,10 +12,10 @@ $blue: #3498db;
$purple: #8e44ad;
$red: #e74c3c;
$white-ter: #ecf0f1;
$primary: $purple;
$primary: #cf0cb4ff;
$yellow-invert: #fff;
$family-sans-serif: "Gravity Regular", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI",
$family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI",
"Helvetica Neue", "Helvetica", "Arial", sans-serif;
$family-monospace: "Inconsolata", "Consolas", "Monaco", monospace;