Actions

MediaWiki

Pivot.css: Difference between revisions

From EastKingdomWiki

(Created page with "→‎Custom colors - top bar: .tab-bar { background: #32439B; }")
 
mNo edit summary
Line 2: Line 2:
.tab-bar {
.tab-bar {
     background: #32439B;
     background: #32439B;
}
/* style the labels */
ul.side-nav label {
    background: #32439B;
    color: #fff;
    padding: .25em .5em;
}
}

Revision as of 20:23, 26 June 2021

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

/* style the labels */
ul.side-nav label {
    background: #32439B;
    color: #fff;
    padding: .25em .5em;
}