From 12cd83d20907475034ce13d1f560d064c8ab6e1c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 21 Dec 2021 16:26:26 +0100 Subject: 300: Add horizontal separators in log and colorize event names. --- play.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 9f16a10..aaae0d5 100644 --- a/play.html +++ b/play.html @@ -28,8 +28,7 @@ #log .tip { cursor: help; - text-decoration: underline; - color: blue; + text-decoration: dotted underline; } #log .st { @@ -40,6 +39,14 @@ padding: 3px; } +#log .hr { + border-top: 1px solid darkgray; + padding-top: 9px; +} + +#log .G { color: #c00; } +#log .P { color: #00e; } + #hand.greek { background-color: rosybrown; border-radius: 10px; -- cgit v1.2.3