From 829e69559e0e1bcd13438ecc8e23349475aedc5c Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Wed, 10 Dec 2025 17:28:57 -0800 Subject: [PATCH] finalize color scheme --- src/components/footer.astro | 1 + src/components/heading.astro | 2 +- src/components/ratingdistribution/chart.tsx | 22 ++++++++++++--------- src/components/ui/spoiler.astro | 4 ++-- src/styles/style.css | 10 +++++----- 5 files changed, 22 insertions(+), 17 deletions(-) diff --git a/src/components/footer.astro b/src/components/footer.astro index 80ea831..3802be9 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -40,5 +40,6 @@ const currentYear = new Date().getFullYear(); } [data-icon="mdi:rss"] { display: inline-block; + vertical-align: middle; } \ No newline at end of file diff --git a/src/components/heading.astro b/src/components/heading.astro index 47ccdad..6ec9bd0 100644 --- a/src/components/heading.astro +++ b/src/components/heading.astro @@ -6,7 +6,7 @@ import Navigation from '@components/navigation.astro';