diff --git a/components/Layout.jsx b/components/Layout.jsx index 3717a6b..0a8f0a6 100644 --- a/components/Layout.jsx +++ b/components/Layout.jsx @@ -133,7 +133,7 @@ export function Layout({ data, children, toc, title }) {
-
+
diff --git a/components/SiteHeader.jsx b/components/SiteHeader.jsx index c886066..9f582e2 100644 --- a/components/SiteHeader.jsx +++ b/components/SiteHeader.jsx @@ -34,7 +34,7 @@ export function SiteHeader({ navigation, isNoticeVisible = false }) { 'z-40 flex flex-wrap items-center justify-between bg-white px-4 py-5 shadow-md shadow-slate-900/5 transition duration-500 dark:shadow-none sm:px-6 lg:px-8', isScrolled ? 'dark:bg-slate-900/95 dark:backdrop-blur dark:[@supports(backdrop-filter:blur(0))]:bg-slate-900/75' - : 'dark:bg-transparent', + : 'dark:bg-slate-900', )} >