Difference between revisions of "MediaWiki: Tweeki.css"

From CNC.xyz Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Tweeki skin: .navbar-inverse { background-image: none !important; }")
 
Line 3: Line 3:
 
.navbar-inverse {
 
.navbar-inverse {
 
background-image: none !important;
 
background-image: none !important;
 +
}
 +
 +
.navbar-brand {
 +
    font-size: 30px;
 +
    line-height: 20px;
 
}
 
}

Revision as of 04:20, January 17, 2019

/* CSS placed here will affect users of the Tweeki skin */

.navbar-inverse {
background-image: none !important;
}

.navbar-brand {
    font-size: 30px;
    line-height: 20px;
}