summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-09-24 02:02:50 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-17 12:53:18 +0100
commit28e3241e894c5d26f6e9d1f98baf7963ac0a478b (patch)
tree3cadd7ca873e67fafb3d941632637ee092e32879 /play.css
parent02591e34c384be9e0785eb5f1d1482ac8310b66a (diff)
downloadhammer-of-the-scots-28e3241e894c5d26f6e9d1f98baf7963ac0a478b.tar.gz
Optimize representation.
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 813dfab..be8cc5a 100644
--- a/play.css
+++ b/play.css
@@ -9,11 +9,12 @@ header.your_turn { background-color: orange; }
#log { background-color: whitesmoke; }
#log div { padding-left: 20px; text-indent: -12px; }
-#log .st { background-color: darkslategray; color: white; font-weight: bold; }
+#log div.i { padding-left: 32px; text-indent: -12px; }
+#log .h1 { background-color: darkslategray; color: white; font-weight: bold; }
#log .S { background-color: lightblue; }
#log .E { background-color: pink; }
-#log .bs { background-color: gainsboro; }
-#log .br { font-style: italic; text-decoration: underline; }
+#log .h3 { background-color: gainsboro; }
+#log .h4 { font-style: italic; text-decoration: underline; }
/* CARDS */