diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-06 20:23:18 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-06 20:23:18 +0100 |
commit | b2ca7df6e0c117b6f5d7fb3c47f25aff2c97eb3b (patch) | |
tree | 2ae559518781a27e9d87714469c90d9ccaa89021 /play.html | |
parent | 64fcbad65ff0d06803eb988b5b3f2ce7be455009 (diff) | |
download | votes-for-women-b2ca7df6e0c117b6f5d7fb3c47f25aff2c97eb3b.tar.gz |
states and strategy action
Diffstat (limited to 'play.html')
-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); } |