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