summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.css8
1 files changed, 7 insertions, 1 deletions
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; }