update colorscheme

This commit is contained in:
2026-03-03 18:38:03 -07:00
parent 594cfa45d6
commit 5d36ae4a3c
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -9,9 +9,9 @@ $themes: (
"filter": invert(0)
),
"dark": (
"primary": #88d498,
"secondary": #db5375,
"background": #161616,
"primary": #978159,
"secondary": #725C50,
"background": #171717,
"text": white,
"filter": invert(1)
)
@@ -27,7 +27,7 @@ $themes: (
}
html {
font-family: "SpaceGrotesk";
font-family: "CMUSerif";
}
a {