diff --git a/index.html b/index.html index 83b6f43..2a59711 100644 --- a/index.html +++ b/index.html @@ -601,7 +601,20 @@ gap: calc(var(--spacing-unit) * 1.5); flex-wrap: wrap; } - + + .footer-mascot { + margin-top: calc(var(--spacing-unit) * 4); + text-align: center; + } + + .wario-sprite { + width: 80px; + height: auto; + /* Game Boy green tint using sepia + hue-rotate */ + filter: sepia(100%) hue-rotate(50deg) saturate(200%) brightness(0.9); + opacity: 0.8; + } + .player-section { margin: 30px 0; display: none; @@ -1129,6 +1142,10 @@ +
+