MediaWiki:Pivot.css: Difference between revisions

From Gerald R. Lucas
(Created page with "→‎Custom colors - top bar: .tab-bar { background: #FFFFFF; }")
 
No edit summary
Line 1: Line 1:
/* Custom colors - top bar*/
/* Custom colors - top bar*/
.tab-bar {
.tab-bar {
     background: #FFFFFF;
     background: #000000;
}
}

Revision as of 18:49, 10 December 2018

/* Custom colors - top bar*/
.tab-bar {
    background: #000000;
}