Styling basics

This commit is contained in:
2024-05-11 00:59:50 +03:00
parent 14ce3c0662
commit dac057c052
25 changed files with 1277 additions and 52 deletions
+12 -1
View File
@@ -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;
}