diff --git a/frontend/src/components/ThemeSwitcher.astro b/frontend/src/components/ThemeSwitcher.astro index c27954a..77b083e 100644 --- a/frontend/src/components/ThemeSwitcher.astro +++ b/frontend/src/components/ThemeSwitcher.astro @@ -2,24 +2,40 @@ const { defaultTheme } = Astro.props; --- - +
+ +
+ +
+
diff --git a/frontend/src/layouts/Layout.astro b/frontend/src/layouts/Layout.astro index 458db84..1d39925 100644 --- a/frontend/src/layouts/Layout.astro +++ b/frontend/src/layouts/Layout.astro @@ -40,6 +40,8 @@ try { {title} | {siteConfig.title} {siteConfig.custom_css &&