From 4024796d522bee0c345e551fc389b7193d581eda Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Dec 2021 23:39:51 +0100 Subject: tripoli: Tweak log colors. --- play.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 31c5226..b0e325d 100644 --- a/play.html +++ b/play.html @@ -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; } -- cgit v1.2.3