fix: Make the dark theme less terrible
This commit is contained in:
parent
580996abdb
commit
6e60cf94b4
@ -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>
|
||||||
|
@ -38,7 +38,7 @@ export default {
|
|||||||
"secondary": "#206034",
|
"secondary": "#206034",
|
||||||
"accent": "#249947",
|
"accent": "#249947",
|
||||||
"neutral": "#1b3222",
|
"neutral": "#1b3222",
|
||||||
"base-100": "#070d09",
|
"base-100": "#2D2D2D",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user