summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-02 18:37:42 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-02 18:37:42 +0100
commitb8436c8d801a68685b5a85b0f23f8ed5afd14be2 (patch)
tree768c54f7b5ea21fbe82fcf0d423ff1a0983143b3 /play.html
parent7c8d4887b6110657e7e1643fc0991944bbf2a4f3 (diff)
downloadvotes-for-women-b8436c8d801a68685b5a85b0f23f8ed5afd14be2.tar.gz
try double underline for claimable state labels
Diffstat (limited to 'play.html')
-rw-r--r--play.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/play.html b/play.html
index d1fca1b..42ef51e 100644
--- a/play.html
+++ b/play.html
@@ -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 {