Pivot.css: Difference between revisions
From Santa Fe Institute Events Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* Custom colors - top bar*/ | |||
.tab-bar { | |||
background: #636051; | |||
} | |||
/* sidebar background color */ | /* sidebar background color */ | ||
body { | body { | ||
background-color: #cccec8; | background-color: #cccec8; | ||
} | |||
/* style the labels */ | |||
ul.side-nav label { | |||
background: #636051; | |||
} | } |
Revision as of 18:32, 2 March 2018
/* Custom colors - top bar*/ .tab-bar { background: #636051; } /* sidebar background color */ body { background-color: #cccec8; } /* style the labels */ ul.side-nav label { background: #636051; }