From: Cameron Otsuka Date: Thu, 11 Dec 2025 01:28:57 +0000 (-0800) Subject: finalize color scheme X-Git-Tag: v2.1.0~3 X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=829e69559e0e1bcd13438ecc8e23349475aedc5c;p=cotsuka.github.io finalize color scheme --- 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';