Organize stylesheets and themes

This commit is contained in:
Sveske_Juice 2024-02-19 17:32:49 +01:00
parent 0f4764052f
commit 773645f5be
3 changed files with 15 additions and 11 deletions

View file

@ -1,3 +1,11 @@
/* --- FONTS --- */
@font-face {
font-family: "CozetteVector";
src:
local("CozetteVector"),
url("/fonts/CozetteVector.ttf") format("truetype");
}
body {
color: var(--text);
background-color: var(--background);