From 67779ecd4095021318b37557bf14e88ce8027846 Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Sun, 5 Apr 2026 06:41:37 -0400 Subject: [PATCH] fix draft notice in dark mode --- src/pages/posts.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/posts.astro b/src/pages/posts.astro index e1eba7e..fa9c7fd 100644 --- a/src/pages/posts.astro +++ b/src/pages/posts.astro @@ -65,6 +65,7 @@ const posts = await Promise.all(entries.map(async entry => { .draft-notice { font-size: 0.5em; font-family: 'Figtree Variable', sans-serif; + color: var(--nav-link-color); background-color: var(--accent-color); padding: 0.05em 0.5em; border-radius: 20% / 50%;