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