The Forge: #55FFFF background color

This commit is contained in:
Russell Ballestrini 2026-01-02 16:24:33 -05:00
parent d39015402f
commit 3e5c8d1df5

View file

@ -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;
}