From 30dc8c8fb03870a0537e493b830bb1588b02536f Mon Sep 17 00:00:00 2001 From: "Nicolas A. Tonne" Date: Mon, 8 Jun 2015 00:29:08 +0200 Subject: [PATCH] Some hover color for remote --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 419a3561..0291ade8 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -78,6 +78,10 @@ nav .brand-logo{ background-color:rgba(45,45,45,1); } +#nav-mobile .green:hover{ + background-color: #38803C !important; +} + .footer-copyright a { color: #fff;} .footer-copyright a:hover{color:#6699FF}