diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -103,7 +103,7 @@ header.your_turn.ve { background-color: #ffbf32 } border-style: solid; background-size: 600% 100%; background-repeat: no-repeat; - background-image: url(images/die_gold_pips.svg); + background-image: url(images/die_pale_pips.svg); box-shadow: 0 0 0 1px #333, 1px 2px 3px 1px #0004; } @@ -123,6 +123,7 @@ header.your_turn.ve { background-color: #ffbf32 } .attacker .die.hit { background-color: #9e302f; border-color: #9c3b3a #701d1b #701d1b #9c3b3a; + background-image: url(images/die_gold_pips.svg); } .defender .die { @@ -133,6 +134,7 @@ header.your_turn.ve { background-color: #ffbf32 } .defender .die.hit { background-color: #bb957b; border-color: #d6af95 #a18069 #a18069 #d6af95; + background-image: url(images/die_gold_pips.svg); } .die.action { box-shadow: 0 0 0 1px #333, 0 0 0px 3px white; } |