Fix Wario sprite blending with mix-blend-mode
This commit is contained in:
+3
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user