The Forge: auto background size

This commit is contained in:
Russell Ballestrini 2026-01-02 16:09:50 -05:00
parent 5df003725f
commit f29d991eca

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