Make fumbles / coups more distinctive in the dice-total

This commit is contained in:
Johannes Loher 2021-03-15 20:15:00 +01:00
parent 919091a211
commit f3b6ed4b7f

View file

@ -3,7 +3,7 @@
.ds4-dice-total {
@mixin color-filter($rotation) {
filter: sepia(0.5) hue-rotate($rotation);
backdrop-filter: sepia(0.5) hue-rotate($rotation);
backdrop-filter: sepia(0) hue-rotate($rotation);
}
&--coup {