diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-09-24 02:02:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-17 12:53:18 +0100 |
commit | 28e3241e894c5d26f6e9d1f98baf7963ac0a478b (patch) | |
tree | 3cadd7ca873e67fafb3d941632637ee092e32879 /play.css | |
parent | 02591e34c384be9e0785eb5f1d1482ac8310b66a (diff) | |
download | hammer-of-the-scots-28e3241e894c5d26f6e9d1f98baf7963ac0a478b.tar.gz |
Optimize representation.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 */ |