From b8436c8d801a68685b5a85b0f23f8ed5afd14be2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 2 Dec 2023 18:37:42 +0100 Subject: try double underline for claimable state labels --- play.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'play.html') 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 { -- cgit v1.2.3