Sidebar active color
This commit is contained in:
parent
003c5eddfc
commit
e3dc115bac
@ -943,5 +943,7 @@ body {
|
|||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
background-color: #47314f; }
|
background-color: #47314f; }
|
||||||
|
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
|
||||||
|
background: #39273f; }
|
||||||
|
|
||||||
/*# sourceMappingURL=theme.css.map */
|
/*# sourceMappingURL=theme.css.map */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,13 @@
|
|||||||
#sidebar {
|
#sidebar {
|
||||||
background-color: $sidebar-bg;
|
background-color: $sidebar-bg;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
&.topics {
|
||||||
|
> li {
|
||||||
|
&.parent, &.active {
|
||||||
|
background: darken($sidebar-bg, 5%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user