diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-04-05 01:37:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | 357f2f22e46db3f36250d4e6b7a492f1a3fbac17 (patch) | |
tree | d67e5c0519e8745ba2ab07a858bad1e889638c0c /play.css | |
parent | 2a16dc156f90161331969c9a07c96d459bd051b0 (diff) | |
download | wilderness-war-357f2f22e46db3f36250d4e6b7a492f1a3fbac17.tar.gz |
Don't use dotted underlines (no support in Safari).
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ aside { width: 220px; } #log .h3 { background-color: antiquewhite; padding-top:2px; padding-bottom:2px; text-align: center; } #log .b { text-transform: uppercase; } -#log .tip { color: blue; text-decoration: dotted underline; } +#log .tip { color: blue; } +#log .tip:hover { text-decoration: underline; } #log .indent { padding-left: 12px; |