Pivot.css: Difference between revisions
From GameLabWiki
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
/* sidebar background color */ | /* sidebar background color */ | ||
body { | body { | ||
background-color: | background-color: white; | ||
} | } | ||
Revision as of 23:24, 5 December 2019
/* Top-Bar background color */
.tab-bar {
background: #517398;
}
/* sidebar background color */
body {
background-color: white;
}
