From b1ea4dfcd3b1a5066c72bf67649c7b42128108d1 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 1 Apr 2026 15:03:22 +1300 Subject: [PATCH] fix: add favicon fallback and soften blog dark mode text Add an unconditional favicon link so browsers that don't support media queries on still show the favicon on blog pages. Soften dark mode prose colors from gray-300 to gray-400 for better readability against the dark background. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/layouts/Base.astro | 1 + src/layouts/Post.astro | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 1a8b701..2bb9e20 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -24,6 +24,7 @@ const ogImageURL = new URL(ogImage, Astro.site); + {title} diff --git a/src/layouts/Post.astro b/src/layouts/Post.astro index d1c5e55..a4d0a47 100644 --- a/src/layouts/Post.astro +++ b/src/layouts/Post.astro @@ -75,11 +75,11 @@ const formatDate = (d: Date) => )} -