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