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: #FDF6E3;
--background-secondary: #EEE8D5;
--foreground: #073642;
--links: #268BD2;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: light;
}