Changeset - 31f3a7221f69
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2017-01-18 02:17:08
mads@kiilerich.com
style: fix link color when hovering the logo branding
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -275,15 +275,16 @@ nav.navbar #logo {
 

	
 
nav.navbar .navbar-brand img {
 
    padding-top: 5px;
 
    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;
 
}
 

	
 
#content nav.navbar .navbar-brand {
0 comments (0 inline, 0 general)