Update light theme.

This commit is contained in:
pheralb
2023-12-16 21:37:05 +00:00
parent 49dab68575
commit f7e6883cdd
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
</head>
<body
data-sveltekit-preload-data="hover"
class="min-h-screen bg-light font-sans text-mini dark:bg-dark dark:text-white antialiased"
class="min-h-screen bg-white font-sans text-mini dark:bg-dark dark:text-white antialiased"
>
<div>%sveltekit.body%</div>
</body>