Fix Wario sprite blending with mix-blend-mode
This commit is contained in:
+3
-4
@@ -608,11 +608,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wario-sprite {
|
.wario-sprite {
|
||||||
width: 80px;
|
width: 64px;
|
||||||
height: auto;
|
height: auto;
|
||||||
/* Game Boy green tint using sepia + hue-rotate */
|
mix-blend-mode: multiply;
|
||||||
filter: sepia(100%) hue-rotate(50deg) saturate(200%) brightness(0.9);
|
opacity: 0.7;
|
||||||
opacity: 0.8;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.player-section {
|
.player-section {
|
||||||
|
|||||||
Reference in New Issue
Block a user