Make fumbles / coups more distinctive in the dice-total
This commit is contained in:
parent
919091a211
commit
f3b6ed4b7f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
.ds4-dice-total {
|
.ds4-dice-total {
|
||||||
@mixin color-filter($rotation) {
|
@mixin color-filter($rotation) {
|
||||||
filter: sepia(0.5) hue-rotate($rotation);
|
filter: sepia(0.5) hue-rotate($rotation);
|
||||||
backdrop-filter: sepia(0.5) hue-rotate($rotation);
|
backdrop-filter: sepia(0) hue-rotate($rotation);
|
||||||
}
|
}
|
||||||
|
|
||||||
&--coup {
|
&--coup {
|
||||||
|
|
Loading…
Reference in a new issue