2022-11-19 16:37:04 +01:00
|
|
|
#sidebar {
|
|
|
|
background-color: $sidebar-bg;
|
2022-11-19 16:44:11 +01:00
|
|
|
|
|
|
|
ul {
|
|
|
|
&.topics {
|
|
|
|
> li {
|
|
|
|
&.parent, &.active {
|
2022-11-19 16:48:48 +01:00
|
|
|
background: darken($sidebar-bg, 8%);
|
2022-11-19 16:44:11 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-11-19 16:37:04 +01:00
|
|
|
}
|