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

View File

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