CSS updates and a whole theme selector thing

This commit is contained in:
Frankie B 2024-01-22 00:09:48 +00:00
commit 4cded68dc4
No known key found for this signature in database
28 changed files with 431 additions and 3 deletions

View file

@ -0,0 +1,13 @@
:root {
--background: #2C2423;
--background-secondary: #918988;
--foreground: #F5EEEC;
--links: #2C64A2;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: dark;
}