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

14 lines
238 B
SCSS

#sidebar {
background-color: $sidebar-bg;
ul {
&.topics {
> li {
&.parent, &.active {
background: darken($sidebar-bg, 8%);
}
}
}
}
}