main
Elnu 2 years ago
parent 2b4d18e869
commit 93c58f0a4b

@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
background: #2e3440;
text-shadow: 0 1.5px rgba(0, 0, 0, 0.25);
@ -12,7 +14,7 @@ body {
}
* {
font-family: sans-serif;
font-family: "Lato", sans-serif;
color: #e5e9f0;
box-sizing: border-box;
}

Loading…
Cancel
Save