Darken sidebar some more
This commit is contained in:
parent
e3dc115bac
commit
d76900891b
@ -944,6 +944,6 @@ body {
|
||||
#sidebar {
|
||||
background-color: #47314f; }
|
||||
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
|
||||
background: #39273f; }
|
||||
background: #302136; }
|
||||
|
||||
/*# sourceMappingURL=theme.css.map */
|
||||
|
@ -101,12 +101,12 @@ code {
|
||||
}
|
||||
|
||||
/* Sidebar topics */
|
||||
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
|
||||
/*background: #322535;*/
|
||||
/*background: #241e26;*/
|
||||
/*background: #252226;*/
|
||||
/*#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
|
||||
background: #322535;
|
||||
background: #241e26;
|
||||
background: #252226;
|
||||
background: #312037;
|
||||
}
|
||||
}*/
|
||||
|
||||
/* Sidebar currently selected main topic */
|
||||
#sidebar ul li.active > a {
|
||||
|
@ -5,7 +5,7 @@
|
||||
&.topics {
|
||||
> li {
|
||||
&.parent, &.active {
|
||||
background: darken($sidebar-bg, 5%);
|
||||
background: darken($sidebar-bg, 8%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user