diff options
-rw-r--r-- | play.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -594,11 +594,11 @@ div.button_box .button { box-shadow: 0 0 0 1px black, 0 0 0 4px var(--opp-75); } -.card.states { +.card.states.action { box-shadow: 0 0 0 1px black, 0 0 0 4px var(--action-states); } -.card.strategy { +.card.strategy.action { box-shadow: 0 0 0 1px black, 0 0 0 4px var(--action-strategy); } |