From: Cameron Otsuka Date: Sun, 15 Jun 2025 22:22:53 +0000 (-0700) Subject: fix dark mode X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=48a81519eea5d75cf5fd753fbc9755b374eea3be;p=cotsuka.github.io fix dark mode --- diff --git a/src/components/footer.astro b/src/components/footer.astro index eb64895..cf54646 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -6,7 +6,7 @@ const socials = await getCollection('socials'); const currentYear = new Date().getFullYear(); ---
-
+
{socials.map((social) => ( diff --git a/src/layouts/base.astro b/src/layouts/base.astro index 36aebe1..d9387cd 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -24,7 +24,7 @@ const { title, description } = Astro.props; - +