diff options
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: 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; |