This commit is contained in:
MuslemRahimi 2025-03-12 14:26:35 +01:00
parent cf0f9f79ca
commit efbcc006ea
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<!doctype html>
<html lang="en" class="bg-white dark:bg-default">
<html lang="en" class="">
<head>
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
@ -13,7 +13,7 @@
<!-- Global background color -->
<body
data-sveltekit-preload-data="hover"
class="bg-white dark:bg-default overflow-x-hidden"
class=" overflow-x-hidden"
>
<div>%sveltekit.body%</div>
</body>

View File

@ -1246,7 +1246,7 @@
-->
<slot />
<ModeWatcher defaultMode="dark"/>
<ModeWatcher />
<Toaster position="top-center" />
{#if Cookie && $showCookieConsent === true}
<Cookie />