This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user