Difference between revisions of "MediaWiki:Common.css"

From What on earth is happening Wiki
Line 5: Line 5:
 
.tab-bar {
 
.tab-bar {
 
     background: #d9534f;
 
     background: #d9534f;
 +
}
 +
label{
 +
background-color: #222222;
 
}
 
}

Revision as of 22:05, 13 October 2018

/* CSS placed here will be applied to all skins */
body {
    background-color: #f0ad4e;
}
.tab-bar {
    background: #d9534f;
}
label{
background-color: #222222;
}