From 6ba91ab8feb9d9477a4c63e01142736c93ef18d2 Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Mon, 6 Apr 2026 12:08:08 -0400 Subject: [PATCH] fix heading color on posts list --- src/pages/posts.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/posts.astro b/src/pages/posts.astro index fa9c7fd..e9615e3 100644 --- a/src/pages/posts.astro +++ b/src/pages/posts.astro @@ -42,7 +42,7 @@ const posts = await Promise.all(entries.map(async entry => { margin: 0 auto; & h2 a { - color: var(--content-color); + color: inherit; } }