From 28e3241e894c5d26f6e9d1f98baf7963ac0a478b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 24 Sep 2022 02:02:50 +0200 Subject: Optimize representation. --- play.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'play.css') 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 */ -- cgit v1.2.3