diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-06 01:08:52 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-06 01:19:55 +0100 |
commit | 54f3ed092f076fbd9cb0a4f21bfc0ff7608ff143 (patch) | |
tree | 8277ced6af7254984cbc8aacfd6925943792ca30 /play.html | |
parent | fc10b3d9553b9be921d19afbbff209a82fd9e5f5 (diff) | |
download | votes-for-women-54f3ed092f076fbd9cb0a4f21bfc0ff7608ff143.tar.gz |
White state names for claimable states.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -388,16 +388,8 @@ div.label.large { height: 15px; } -/* -div.label.claimable::after { - content: '*'; - position: relative; - top: -0.5em; - font-size: 80%; -*/ - div.label.claimable { - text-decoration: underline; + color: white; } div.state.selected { |