From ef76eb20248a892e345628a335ab033248dfe993 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 2 Jan 2026 16:03:29 -0500 Subject: [PATCH] The Forge: explicitly disable ::before overlay --- serp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/serp.py b/serp.py index 52b890f..e8944c1 100644 --- a/serp.py +++ b/serp.py @@ -3582,6 +3582,7 @@ ABOUT_CSS = """ background-size: contain, cover; position: relative; } +.chapter-forge::before { content: none; } .chapter-forge .chapter-content { position: relative; z-index: 1;