summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/play.html b/play.html
index 3539659..3dd5173 100644
--- a/play.html
+++ b/play.html
@@ -23,10 +23,10 @@
.two .role_name { background-color: skyblue; }
#turn_info { background-color: gainsboro; }
-#log { background-color: ghostwhite; }
-#log .st { background-color: #053; color: white; font-weight: bold; }
-#log .S { background-color: salmon; }
-#log .E { background-color: skyblue; }
+#log { background-color: whitesmoke; }
+#log .st { background-color: darkslategray; color: white; font-weight: bold; }
+#log .S { background-color: pink; }
+#log .E { background-color: lightblue; }
#log .bs { background-color: gainsboro; }
#log .br { font-style: italic; text-decoration: underline; }