Difference between revisions of "Pivot.css"
From Montana Tech High Performance Computing
(Created page with "→Custom colors - top bar: .tab-bar { background: #215530; }") |
|||
Line 2: | Line 2: | ||
.tab-bar { | .tab-bar { | ||
background: #215530; | background: #215530; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* sidebar background color */ | ||
+ | body { | ||
+ | background-color: #f3f3f3; | ||
} | } |
Revision as of 20:33, 25 August 2017
/* Custom colors - top bar*/
.tab-bar {
background: #215530;
}
/* sidebar background color */
body {
background-color: #f3f3f3;
}