diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-02 18:37:42 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-02 18:37:42 +0100 |
commit | b8436c8d801a68685b5a85b0f23f8ed5afd14be2 (patch) | |
tree | 768c54f7b5ea21fbe82fcf0d423ff1a0983143b3 /play.html | |
parent | 7c8d4887b6110657e7e1643fc0991944bbf2a4f3 (diff) | |
download | votes-for-women-b8436c8d801a68685b5a85b0f23f8ed5afd14be2.tar.gz |
try double underline for claimable state labels
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -283,11 +283,16 @@ div.label.large { height: 15px; } +/* div.label.claimable::after { content: '*'; position: relative; top: -0.5em; font-size: 80%; +*/ + +div.label.claimable { + text-decoration: double underline; } div.state.selected { |