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