summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.css b/play.css
index 7a85cba..8091eee 100644
--- a/play.css
+++ b/play.css
@@ -155,7 +155,7 @@ img.f {
/* LOG */
#log .h1 { background-color: silver; font-weight: bold; padding-top:4px; padding-bottom:4px; margin-top: 8px; margin-bottom: 4px; text-align: center; }
-#log .h1 { background-image: linear-gradient(60deg, gray, turquoise, gold); text-shadow: 0 0 4px white; }
+#log .h1 { background-image: linear-gradient(60deg, #463b17, #9c8544, #756437); text-shadow: 0 0 4px rgb(0, 0, 0); color: white; }
#log .h2 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; }
#log .h1.mi { background-image: linear-gradient(60deg, rgb(83, 8, 8), rgb(255, 0, 0), rgb(44, 44, 40)); text-shadow: 0 0 4px rgb(0, 0, 0); color: white; font-variant: small-caps; }