MediaWiki

Difference between revisions of "Pivot.css"

From LRDE

Line 13: Line 13:
 
/* sidebar background color */
 
/* sidebar background color */
 
body {
 
body {
background-color: #bddaf8;
+
background-color: #c2e0fe;
 
}
 
}

Revision as of 16:17, 19 July 2018

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

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

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