Pivot.css: Difference between revisions
From Santa Fe Institute Events Wiki
(Created page with "→sidebar background color: body { background-color: #d15a2a; }") |
No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Custom colors - top bar*/ | |||
.tab-bar { | |||
background: #636051; | |||
} | |||
/* sidebar background color */ | /* sidebar background color */ | ||
body { | body { | ||
background-color: # | background-color: #cccec8; | ||
link: #005d77; | |||
visited: #d49a34; | |||
font-size: 12; | |||
} | |||
/* style the labels */ | |||
ul.side-nav label { | |||
background: #636051; | |||
} | } | ||
Latest revision as of 22:41, 9 March 2018
/* Custom colors - top bar*/
.tab-bar {
background: #636051;
}
/* sidebar background color */
body {
background-color: #cccec8;
link: #005d77;
visited: #d49a34;
font-size: 12;
}
/* style the labels */
ul.side-nav label {
background: #636051;
}
