diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,9 +243,9 @@ main[data-scenario="5"] { } .die.action { box-shadow: 0 0 0 1px #333, 0 0 0px 3px white; } +.card.action { box-shadow: 0 0 0 3px whitesmoke; } .card.selected { box-shadow: 0 0 0px 3px gold; } .card.target { box-shadow: 0 0 0px 3px black; } -.card.action { box-shadow: 0 0 0 3px whitesmoke; } .action_type.action { border-color: white; |