diff --git a/index.html b/index.html index 2a59711..b965ba5 100644 --- a/index.html +++ b/index.html @@ -608,11 +608,10 @@ } .wario-sprite { - width: 80px; + width: 64px; height: auto; - /* Game Boy green tint using sepia + hue-rotate */ - filter: sepia(100%) hue-rotate(50deg) saturate(200%) brightness(0.9); - opacity: 0.8; + mix-blend-mode: multiply; + opacity: 0.7; } .player-section {