User:Hoskir/pivot.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Custom colors - top bar*/ | /* Custom colors - top bar*/ | ||
.tab-bar { | .tab-bar { | ||
background: #005990 | background: #005990; | ||
} | } | ||
/* style the labels */ | /* style the labels */ | ||
ul.side-nav label { | ul.side-nav label { | ||
background: #005990 | background: #005990; | ||
color: #fff; | color: #fff; | ||
padding: .25em .5em; | padding: .25em .5em; | ||
} | |||
/* sidebar background color */ | /* sidebar background color */ | ||
body { | body { | ||
background-color: #0090da | background-color: #0090da; | ||
} | |||
Revision as of 10:42, 10 January 2025
/* Custom colors - top bar*/
.tab-bar {
background: #005990;
}
/* style the labels */
ul.side-nav label {
background: #005990;
color: #fff;
padding: .25em .5em;
}
/* sidebar background color */
body {
background-color: #0090da;
}