Pivot.css: Difference between revisions
From GameLabWiki
Undo revision 423 by Leandro.borasio (talk) Tag: Undo |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Top-Bar background color */ | |||
.tab-bar { | .tab-bar { | ||
background: #517398; | background: #517398; | ||
} | |||
/* sidebar background color */ | |||
body { | |||
background-color: blue; | |||
} | } | ||
Revision as of 23:23, 5 December 2019
/* Top-Bar background color */
.tab-bar {
background: #517398;
}
/* sidebar background color */
body {
background-color: blue;
}
