Styling basics
This commit is contained in:
+12
-1
@@ -1,9 +1,13 @@
|
||||
:root {
|
||||
font-size: 16px;
|
||||
|
||||
--accent: #846bf7;
|
||||
--accent-dim: #846bf760;
|
||||
--accent-very-dim: #846bf716;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #111;
|
||||
background-color: #111118;
|
||||
|
||||
margin: 0;
|
||||
position: relative;
|
||||
@@ -11,4 +15,11 @@ body {
|
||||
|
||||
* {
|
||||
color: white;
|
||||
font-family: "Nunito Sans", sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-variation-settings:
|
||||
"wdth" 100,
|
||||
"YTLC" 500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user