Actions

MediaWiki

Pivot.css: Difference between revisions

From EastKingdomWiki

mNo edit summary
mNo edit summary
Line 14: Line 14:
body {
body {
     background-color: #eee;
     background-color: #eee;
}
.right-off-canvas-menu .left-off-canvas-menu {
    background: #eee;
}
}

Revision as of 20:39, 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;
}

/* sidebar background color */
body {
    background-color: #eee;
}

.right-off-canvas-menu .left-off-canvas-menu {
    background: #eee;
}