From 79022fe756cfdf48184456ff09cd66baf8ff5f9f Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Sat, 26 Oct 2024 23:12:03 -0400 Subject: Log formatting --- play.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'play.css') diff --git a/play.css b/play.css index d6c5100..46a37c2 100644 --- a/play.css +++ b/play.css @@ -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; } -- cgit v1.2.3