Update to move theme colors to seperate file, add theme selector styles in advance

This commit is contained in:
Frankie B 2023-10-15 12:40:11 +01:00
commit 5b3a2efd82
2 changed files with 43 additions and 27 deletions

View file

@ -0,0 +1,12 @@
:root {
--background: #181926;
--foreground: #cad3f5;
--links: #8aadf4;
--warning: #ff7272;
--warning-box-bg: #f64a3c;
--warning-box-border: #c81a11;
}
html {
color-scheme: dark;
}