From 13ed3b61fcc6be65e07d8cd7359a5f70df883efc Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 30 May 2014 17:47:19 +0300 Subject: [PATCH] +color Signed-off-by: Nico Schottelius --- local.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/local.css b/local.css index 591d690f..c3e854c9 100644 --- a/local.css +++ b/local.css @@ -84,13 +84,11 @@ pre { } .feedbutton { - background: #ffffff !important; - color: #000000; + background: #ffffff; + color: #000000 !important; } .feedbutton:hover { - background: #ffffff !important; - color: #000000; border: 1px dotted #c0c0c0; }