From b35bd50a1e5cbb472288cadf9d584aee7214759e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 30 May 2014 17:42:22 +0300 Subject: [PATCH] +color Signed-off-by: Nico Schottelius --- local.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index a131cb04..591d690f 100644 --- a/local.css +++ b/local.css @@ -84,10 +84,17 @@ pre { } .feedbutton { - background: #ffffff; + background: #ffffff !important; color: #000000; } +.feedbutton:hover { + background: #ffffff !important; + color: #000000; + border: 1px dotted #c0c0c0; +} + + .header { background: #ffffff; border: none;