diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-23 11:01:11 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-23 11:01:11 +0100 |
commit | b252960c920e5f41c1b45b09c7af5c2fa0a2e300 (patch) | |
tree | 905075c78d1f6c781a569a0974fd9f71725fc779 /play.html | |
parent | 9dd700c33bea438152e9a232189d88947aaf3523 (diff) | |
download | votes-for-women-b252960c920e5f41c1b45b09c7af5c2fa0a2e300.tar.gz |
counter strat
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -214,6 +214,9 @@ div.persistent_box { } .persistent_card.support { background-color: var(--suf-85); } .persistent_card.opposition { background-color: var(--opp-85); } +.persistent_card.action { + box-shadow: 0 0 0 3px yellow; +} div.congress_box { position: absolute; |