update styles

This commit is contained in:
cyrneko 2025-04-11 22:34:44 +02:00
parent bb485e69ab
commit 28a9da0429
No known key found for this signature in database
GPG key ID: 801B4BD878A984A4

View file

@ -1,6 +1,6 @@
:root {
color-scheme: light dark;
--hue: 270;
--hue: 0;
--background: light-dark(hsl(var(--hue), 100%, 97%), hsl(var(--hue), 40%, 6.5%));
/* used for badges ↓ */
--background-alt: light-dark(hsl(var(--hue), 75%, 88%), hsl(var(--hue), 20%, 20%));
@ -166,4 +166,4 @@ span.badge {
div.button-wrapper {
image-rendering: pixelated;
}
}