Skip to content

Commit

Permalink
docs: add missing data-bs-theme="light" in navbars color schemes ma…
Browse files Browse the repository at this point in the history
…rkup (#40504)
  • Loading branch information
julien-deramond authored May 29, 2024
1 parent 7ff271b commit d6731ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Navbar themes are easier than ever thanks to Bootstrap's combination of Sass and
<!-- Navbar content -->
</nav>

<nav class="navbar" style="background-color: #e3f2fd;">
<nav class="navbar" style="background-color: #e3f2fd;" data-bs-theme="light">
<!-- Navbar content -->
</nav>
```
Expand Down

0 comments on commit d6731ea

Please sign in to comment.