fix: Make the dark theme less terrible

This commit is contained in:
April Hall 2025-01-19 21:46:40 -05:00
parent 580996abdb
commit 6e60cf94b4
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<!doctype html> <!DOCTYPE html>
<html lang="en" data-theme="light"> <html lang="en" data-theme="light">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
@ -26,6 +26,6 @@
--> -->
<body data-sveltekit-preload-data="hover" class="h-screen"> <body data-sveltekit-preload-data="hover" class="h-screen">
<div style="display: contents">%sveltekit.body%</div> <div style="display: contents;">%sveltekit.body%</div>
</body> </body>
</html> </html>

View File

@ -38,7 +38,7 @@ export default {
"secondary": "#206034", "secondary": "#206034",
"accent": "#249947", "accent": "#249947",
"neutral": "#1b3222", "neutral": "#1b3222",
"base-100": "#070d09", "base-100": "#2D2D2D",
}, },
}, },
], ],