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,17 @@
:root {
--background: #00222B;
--background-secondary: #003340;
--foreground: #00CCFF;
--links: #ccf0ff;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: dark;
}
a {
text-decoration: underline !important;
}