summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/play.css b/play.css
index b287433..c9251be 100644
--- a/play.css
+++ b/play.css
@@ -9,11 +9,12 @@ header.your_turn { background-color: orange; }
#log { background-color: ghostwhite; }
#log div { padding-left: 20px; text-indent: -12px; }
-#log .st { background-color: steelblue; color: white; font-weight: bold; }
+#log div.i { padding-left: 32px; text-indent: -12px; }
+#log .h1 { background-color: steelblue; color: white; font-weight: bold; }
#log .L { background-color: pink; }
#log .Y { background-color: gainsboro; }
-#log .bs { background-color: lightsteelblue; }
-#log .br { font-style: italic; text-decoration: underline; }
+#log .h3 { background-color: lightsteelblue; }
+#log .h4 { font-style: italic; text-decoration: underline; }
.hand {
margin: 25px;