From f29d991eca187efc3b591afa4d3baed7100afa2d Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 2 Jan 2026 16:09:50 -0500 Subject: [PATCH] The Forge: auto background size --- serp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serp.py b/serp.py index 3ef3879..c1603fd 100644 --- a/serp.py +++ b/serp.py @@ -3579,7 +3579,7 @@ ABOUT_CSS = """ /* The Forge - TempleOS background */ .chapter-forge { background: url('/static/vendor/templeos.png') center center repeat-y, #00FFFF; - background-size: 133% auto; + background-size: auto; position: relative; } .chapter-forge::before { content: none; }