From 8a5de08b0b791d496b5fbfcfede629a9e4d4f782 Mon Sep 17 00:00:00 2001 From: Christoph Bartschat Date: Fri, 14 Aug 2026 16:18:34 -0700 Subject: [PATCH] Ensure announcement is visible on blog --- src/css/custom.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index ce59ec1..33dadf8 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1993,12 +1993,6 @@ body.nav-open .nav-drawer { transition: none !important; } -/* Hide announcement bar on blog pages */ -.blog-post-page div[class*="announcementBar"], -.blog-list-page div[class*="announcementBar"] { - display: none !important; -} - /* Blog post body — improve readability for long-form content. Switch from monospace to sans-serif, soften contrast, increase line spacing. Applied to both the post page and the list page excerpt. */