Pivot.css: Difference between revisions
From GameLabWiki
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
/* section design */ | /* section design */ | ||
# | #sections{ | ||
background-color: #517398; | background-color: #517398; | ||
font-color:white; | font-color:white; | ||
text-align:center; | text-align:center; | ||
} | } | ||
Revision as of 23:43, 5 December 2019
/* Top-Bar background color */
.tab-bar {
background: #517398;
}
/* sidebar background color */
body {
background-color: white;
}
/* section design */
#sections{
background-color: #517398;
font-color:white;
text-align:center;
}
