update sidebar color
This commit is contained in:
parent
6a7cbb040f
commit
5732f0a7ed
1 changed files with 4 additions and 4 deletions
|
@ -274,7 +274,7 @@ h1 .imageLink {
|
|||
|
||||
.content-secondary {
|
||||
z-index: 1000;
|
||||
background: #333;
|
||||
background: #e6e6e6;
|
||||
border: 0;
|
||||
border-right: 1px solid #ddd;
|
||||
display: none;
|
||||
|
@ -297,7 +297,7 @@ h1 .imageLink {
|
|||
display: block;
|
||||
padding: .6em 20px .6em 20px;
|
||||
text-decoration: none;
|
||||
color: #eee!important;
|
||||
color: #000!important;
|
||||
text-shadow: none!important;
|
||||
font-weight: 400!important;
|
||||
font-size: 14px;
|
||||
|
@ -311,12 +311,12 @@ h1 .imageLink {
|
|||
.sidebarLinks a.selectedSidebarLink {
|
||||
background: #38c!important;
|
||||
color: #fff!important;
|
||||
margin-right: 0;
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
.sidebarDivider {
|
||||
height: 1px;
|
||||
background: #444;
|
||||
background: #d8d8d8;
|
||||
margin: .25em 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue