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