From: Cameron Otsuka Date: Sat, 25 Oct 2025 01:43:14 +0000 (-0700) Subject: first pass at dark mode color scheme X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=b737d1951a15bc461199359a62f73c4a1be34bab;p=cotsuka.github.io first pass at dark mode color scheme --- diff --git a/src/components/head/base.astro b/src/components/head/base.astro index 475c2fb..4e6480d 100644 --- a/src/components/head/base.astro +++ b/src/components/head/base.astro @@ -21,6 +21,7 @@ const { title, description } = Astro.props; + diff --git a/src/components/heading.astro b/src/components/heading.astro index a4e9fed..47ccdad 100644 --- a/src/components/heading.astro +++ b/src/components/heading.astro @@ -6,7 +6,7 @@ import Navigation from '@components/navigation.astro'; \ No newline at end of file diff --git a/src/components/ui/spoiler.astro b/src/components/ui/spoiler.astro index 28aaad9..eae7fc6 100644 --- a/src/components/ui/spoiler.astro +++ b/src/components/ui/spoiler.astro @@ -5,8 +5,8 @@