changeset 6443:31f3a7221f69

style: fix link color when hovering the logo branding
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 18 Jan 2017 02:17:08 +0100
parents e9f0d8527a9b
children e4e13a7cc438
files kallithea/public/css/style.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Wed Jan 18 01:44:26 2017 +0100
+++ b/kallithea/public/css/style.css	Wed Jan 18 02:17:08 2017 +0100
@@ -278,9 +278,10 @@
     margin-right: 5px;
 }
 
+nav.navbar .navbar-brand:hover,
 nav.navbar .navbar-brand {
     font-size: 20px;
-    color: white;
+    color: white !important;
     float: left;
     height: 44px;
     line-height: 44px;