Skip to content

Commit 21ac7f0

Browse files
committed
Set .nav-link active style theme
1 parent 3ca429f commit 21ac7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/better_together/theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $slider-thumb-border-size: 2px !default;
3434
.nav-link {
3535
--bs-nav-link-color: $light-background-text-color;
3636

37-
&.show {
37+
&.show, &.active {
3838
--bs-navbar-active-color: lighten($light-background-text-color, 10%);
3939
}
4040

0 commit comments

Comments
 (0)