From 3964fcc67496473e5c57e7661006ff16be91883f Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 17 Sep 2014 13:02:04 +0200 Subject: [PATCH] Fix bug with background color bleeding through --- css/themes/light.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/css/themes/light.css b/css/themes/light.css index 454d3c0..58fc866 100644 --- a/css/themes/light.css +++ b/css/themes/light.css @@ -1,10 +1,9 @@ body { - background-color: #f7f7f7; + background-color: #fdfdfd; color: #181818; } - -#bufferlines { - background-color: #fdfdfd; +#nicklist, .footer { + background-color: #f7f7f7; } html {