Skip to content

Commit

Permalink
fix(navbar_compat): navbar light background
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 25, 2024
1 parent 4ab2345 commit 8b4dffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/bs3compat/_navbar_compat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ul.nav.navbar-nav {
&.navbar-default {
// Sets a variety of fg colors which are configurable via $navbar-light-* options
@extend .navbar-light;
@include navbar-background-dark($important: true);
@include navbar-background-light($important: true);
}

// BS3 .navbar-inverse -> BS4 .navbar-dark
Expand Down

0 comments on commit 8b4dffd

Please sign in to comment.