From 3e5c8d1df5776f69bb75951faa646bd310e81bae Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 2 Jan 2026 16:24:33 -0500 Subject: [PATCH] The Forge: #55FFFF background color --- serp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serp.py b/serp.py index 1aa5ddc..8147903 100644 --- a/serp.py +++ b/serp.py @@ -3578,7 +3578,7 @@ ABOUT_CSS = """ /* The Forge - TempleOS background */ .chapter-forge { - background: url('/static/vendor/templeos.png') center center no-repeat, #00FFFF; + background: url('/static/vendor/templeos.png') center center no-repeat, #55FFFF; background-size: 100%; position: relative; }