Make the sidebar selected state less subtle.
This commit is contained in:
parent
2c41970fbd
commit
ee815f8424
1 changed files with 2 additions and 6 deletions
|
@ -335,7 +335,7 @@ body > header {
|
|||
flex: 1 1 auto;
|
||||
}
|
||||
#container #sidebar {
|
||||
background-color: #ccd4a3;
|
||||
background-color: #e6eae1;
|
||||
padding: 1px 0.5rem 0.25rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
@ -386,11 +386,7 @@ body > header {
|
|||
{
|
||||
color: #000033;
|
||||
font-weight: bold;
|
||||
background: #eaf1f1;
|
||||
background: -moz-linear-gradient(bottom, #fff, #eaf1f1);
|
||||
background: -webkit-linear-gradient(bottom, #fff, #eaf1f1);
|
||||
background: linear-gradient(to top, #fff, #eaf1f1);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf1f1', endColorstr='#ffffff', GradientType=0);
|
||||
background: #e3e6e0;
|
||||
}
|
||||
#container #sidebar h2 {
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue