diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-20 23:39:51 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | 4024796d522bee0c345e551fc389b7193d581eda (patch) | |
tree | 57cb71a0cdd140b86566d4d6dd48a8ec0a89ad25 /play.html | |
parent | 970ec2e8a55f37194340fa51b74f35a98d4c8b19 (diff) | |
download | shores-of-tripoli-4024796d522bee0c345e551fc389b7193d581eda.tar.gz |
tripoli: Tweak log colors.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,9 +23,9 @@ .one .role_name { background-color: skyblue; } .two .role_name { background-color: salmon; } -#log { background-color: white; } -#log .st { background-color: gray; color: white; font-weight: bold; padding:3px; text-align: center; } -#log .ss { background-color: gainsboro; color: dimgray; font-weight: bold; padding:3px; text-align: center; } +#log { background-color: #eee; } +#log .st { background-color: #777; color: white; font-weight: bold; padding:3px; text-align: center; } +#log .ss { background-color: #ccc; color: #444; font-weight: bold; padding:3px; text-align: center; } #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; } |