wiki-grav/themes/custom-learn2-dark/scss/theme/_nav.scss

14 lines
238 B
SCSS
Raw Normal View History

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
}