This commit is contained in:
parent
d5cc96a647
commit
fdc5b3e911
@ -1,3 +1,5 @@
|
||||
@import "fonts";
|
||||
|
||||
$col-white: #fff;
|
||||
$col-black: #2e3440;
|
||||
|
||||
@ -6,6 +8,8 @@ body {
|
||||
margin: 0;
|
||||
background-color: $col-black;
|
||||
color: $col-white;
|
||||
font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif;
|
||||
text-rendering: geometricPrecision;
|
||||
}
|
||||
|
||||
table {
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import "fonts";
|
||||
@import "fonts";
|
||||
|
||||
$width-mobile: 900px;
|
||||
|
||||
@ -12,6 +12,7 @@ body {
|
||||
background-color: #2e3440;
|
||||
color: #fff;
|
||||
font-family: "Noto Sans", Tahoma, Geneva, Verdana, sans-serif;
|
||||
text-rendering: geometricPrecision;
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
background-color: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user