From 255fefc8458247d61bed9e68d564f37e92f0d5be Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 2 Jan 2026 16:04:28 -0500 Subject: [PATCH] The Forge: pure cyan background, no image --- serp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/serp.py b/serp.py index e8944c1..593b89d 100644 --- a/serp.py +++ b/serp.py @@ -3578,8 +3578,7 @@ ABOUT_CSS = """ /* The Forge - TempleOS background */ .chapter-forge { - background: url('/static/vendor/templeos.png') center center no-repeat, #00FFFF; - background-size: contain, cover; + background: #00FFFF; position: relative; } .chapter-forge::before { content: none; }