From 2e706032475ea0d1b75f52d2c5d264952098c6ce Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Tue, 13 May 2014 14:19:10 +0200 Subject: [PATCH] Use shades of gray instead of green readmarker. Fixes #212 Also more space above and under it. --- css/glowingbear.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 04eb66b..644b042 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -73,9 +73,12 @@ td.message { width: 100%; padding: 1px 1px 1px 5px; } -hr { - margin: 0; - border-color: darkgreen; +#readmarker { + margin-top: 5px; + margin-bottom: 5px; + border-top: 1px solid rgba(255, 255, 255, 0.3); + border-bottom: 1px solid #121212; + height: 2px; } .text { white-space: pre-wrap;