update sidebar color

This commit is contained in:
Luke Pulverenti 2014-06-22 12:43:23 -04:00
parent 6a7cbb040f
commit 5732f0a7ed

View File

@ -274,7 +274,7 @@ h1 .imageLink {
.content-secondary { .content-secondary {
z-index: 1000; z-index: 1000;
background: #333; background: #e6e6e6;
border: 0; border: 0;
border-right: 1px solid #ddd; border-right: 1px solid #ddd;
display: none; display: none;
@ -297,7 +297,7 @@ h1 .imageLink {
display: block; display: block;
padding: .6em 20px .6em 20px; padding: .6em 20px .6em 20px;
text-decoration: none; text-decoration: none;
color: #eee!important; color: #000!important;
text-shadow: none!important; text-shadow: none!important;
font-weight: 400!important; font-weight: 400!important;
font-size: 14px; font-size: 14px;
@ -311,12 +311,12 @@ h1 .imageLink {
.sidebarLinks a.selectedSidebarLink { .sidebarLinks a.selectedSidebarLink {
background: #38c!important; background: #38c!important;
color: #fff!important; color: #fff!important;
margin-right: 0; margin-right: -1px;
} }
.sidebarDivider { .sidebarDivider {
height: 1px; height: 1px;
background: #444; background: #d8d8d8;
margin: .25em 0; margin: .25em 0;
} }