starting stuff

This commit is contained in:
Luna 2025-11-13 13:28:15 -03:00
commit 9ecf2ee5fa
4 changed files with 51 additions and 0 deletions

10
assets/base.css Normal file
View file

@ -0,0 +1,10 @@
@import url(fonts.css);
html {
background-color: var(--c-bg)
}
p {
font-family: "nya";
color: var(--c-fg)
}