diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-21 16:26:26 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | 12cd83d20907475034ce13d1f560d064c8ab6e1c (patch) | |
tree | 44ef433a68e705f07c63b4697777d1c7eba7a69e /play.html | |
parent | 9aae82b288e41cef6e38d65ffb3a1403d6d06369 (diff) | |
download | 300-earth-and-water-12cd83d20907475034ce13d1f560d064c8ab6e1c.tar.gz |
300: Add horizontal separators in log and colorize event names.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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; |