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 @@ + +