mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: remove Astro critters because of ugly white mode flash in dark mode
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user