From d43b3d5daf57e6f06307598e11a0816044723eb2 Mon Sep 17 00:00:00 2001 From: b1rdmania <102524336+b1rdmania@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:04:46 +0000 Subject: [PATCH] Add Wario sprite to play page footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- play.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/play.html b/play.html index 57f75bc..81ce467 100644 --- a/play.html +++ b/play.html @@ -328,6 +328,18 @@ color: var(--gb-darkest); text-decoration: underline; } + + .footer-mascot { + margin-top: calc(var(--spacing-unit) * 2); + text-align: center; + } + + .wario-sprite { + width: 120px; + height: auto; + mix-blend-mode: multiply; + opacity: 0.7; + } @@ -375,6 +387,10 @@ + +