Improved graphics, new title screen
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 23 KiB |
BIN
client/src/assets/logo_invert.png
Normal file
BIN
client/src/assets/logo_invert.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
BIN
client/src/assets/style/TRON.TTF
Normal file
BIN
client/src/assets/style/TRON.TTF
Normal file
Binary file not shown.
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user