diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-05 01:36:53 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | 643ea921aca3193e2d5cc058e3198f96d6202b6e (patch) | |
tree | 3cefcd1c0e464cc2cdaa10d77e5ebb8dc84907ba | |
parent | 3a626ab99fa169a76f5d69bf3edcc7920fdc1ea2 (diff) | |
download | 300-earth-and-water-643ea921aca3193e2d5cc058e3198f96d6202b6e.tar.gz |
Don't use dotted underlines (no support in Safari).
-rw-r--r-- | play.css | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -17,8 +17,7 @@ body.Greece header.your_turn { background-color: salmon; } } #log .tip { - cursor: help; - text-decoration: dotted underline; + text-decoration: underline; } #log .st { |