fix: remove Astro critters because of ugly white mode flash in dark mode

This commit is contained in:
Stefan Imhoff
2023-06-15 08:41:22 +02:00
parent dd960cb9b5
commit f2c0769993
6 changed files with 2 additions and 39 deletions

View File

@@ -154,9 +154,8 @@ const webManifest = isProduction && {
document.documentElement.classList.add('js');
</script>
<Scripts />
<ThemeProvider />
<Scripts />
</head>
<body
class="flex h-screen flex-col bg-shibui-100 font-sans font-normal leading-relaxed text-shibui-950 common-ligatures dark:bg-shibui-900 dark:text-shibui-200/[0.87]"