The Forge: 133% background size

This commit is contained in:
Russell Ballestrini 2026-01-02 16:08:24 -05:00
parent 76a69080ca
commit 5df003725f

View file

@ -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: 200% auto;
background-size: 133% auto;
position: relative;
}
.chapter-forge::before { content: none; }