summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-20 23:39:51 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commit4024796d522bee0c345e551fc389b7193d581eda (patch)
tree57cb71a0cdd140b86566d4d6dd48a8ec0a89ad25
parent970ec2e8a55f37194340fa51b74f35a98d4c8b19 (diff)
downloadshores-of-tripoli-4024796d522bee0c345e551fc389b7193d581eda.tar.gz
tripoli: Tweak log colors.
-rw-r--r--play.html6
1 files changed, 3 insertions, 3 deletions
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; }