This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Header background color */ | |
#header { | |
background: #333f4d; | |
} | |
/* Page background (including tabs) */ | |
html, body, | |
#nav li a.sel { | |
background: #f1f2f3; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Sidebar background color */ | |
#global-sidebar { | |
background: #333f4d; | |
} | |
/* Header background color */ | |
#main-container #main #header { | |
background: #ebedef; | |
} |