diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-05 01:37:01 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | abeb77562bec29d452fb5786842c145815848b69 (patch) | |
tree | dc0a0f3c6e5c6e52e1ea4bcf5c7357a0cb3093e6 | |
parent | 90e5fad0e3ef12bf02ce61cf9164abccb2a19c58 (diff) | |
download | shores-of-tripoli-abeb77562bec29d452fb5786842c145815848b69.tar.gz |
Don't use dotted underlines (no support in Safari).
-rw-r--r-- | play.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,8 +13,9 @@ body.United_States header.your_turn { background-color: skyblue; } #log .raid, .battle { text-decoration: underline; font-style: italic; font-weight: bold; } #log .round { text-decoration: underline; font-style: italic; } #log .end { font-style: italic; } -#log .us_tip { color: blue; text-decoration: dotted underline; cursor: help; } -#log .tr_tip { color: #d00; text-decoration: dotted underline; cursor: help; } +#log .us_tip { color: blue; } +#log .tr_tip { color: #d00; } +#log .us_tip:hover, #log .tr_tip:hover { text-decoration: underline; } .hand { min-height: 300px; |