From c4ad663f5690c7f02d2d71b6681bfc64097e9081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Tue, 27 May 2014 16:31:04 +0100 Subject: [PATCH] Fix colours on mobile @creesch introduced this change, but I'm not sure why --- css/glowingbear.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index b0c665a..d1c418a 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -371,10 +371,6 @@ h2 span, h2 small { /* Mobile layout */ /* */ @media (max-width: 968px) { - .message span { - color: #C7C7C7; - } - #bufferlines table { border-collapse: separate; border-spacing: 2px 4px;