diff options
-rw-r--r-- | play.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -63,8 +63,14 @@ main { background-color: #777; } } /* LOG */ - +#log .h1 { background-color: silver; font-weight: bold; padding-top:4px; padding-bottom:4px; margin: 8px 0; text-align: center; } #log .h1 { background-image: linear-gradient(60deg, gray, turquoise, gold); text-shadow: 0 0 4px white; } +#log .h2 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; } + +#log .h2.ds { background-color: silver } +#log .h2.bk { background-color: #85dbd2 } +#log .h2.ve { background-color: #e4ba6e } +#log .h2.mi { background-color: #ebc9be } #log { font-variant-numeric: tabular-nums; } |