From eb615b37f439508af72a9f3f935de084980550b4 Mon Sep 17 00:00:00 2001 From: b1rdmania <102524336+b1rdmania@users.noreply.github.com> Date: Mon, 29 Dec 2025 12:57:31 +0000 Subject: [PATCH] Fix Wario sprite blending with mix-blend-mode --- index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 {