From b737d1951a15bc461199359a62f73c4a1be34bab Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Fri, 24 Oct 2025 18:43:14 -0700 Subject: [PATCH] first pass at dark mode color scheme --- src/components/head/base.astro | 1 + src/components/heading.astro | 2 +- src/components/ratingdistribution/chart.tsx | 9 +++++++-- src/components/ui/callout.astro | 12 ++++++------ src/components/ui/spoiler.astro | 4 ++-- src/styles/style.css | 10 +++++++--- 6 files changed, 24 insertions(+), 14 deletions(-) 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 @@