mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
docs: add missing data-bs-theme="light" in navbars color schemes markup (#40504)
This commit is contained in:
@@ -428,7 +428,7 @@ Navbar themes are easier than ever thanks to Bootstrap's combination of Sass and
|
|||||||
<!-- Navbar content -->
|
<!-- Navbar content -->
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<nav class="navbar" style="background-color: #e3f2fd;">
|
<nav class="navbar" style="background-color: #e3f2fd;" data-bs-theme="light">
|
||||||
<!-- Navbar content -->
|
<!-- Navbar content -->
|
||||||
</nav>
|
</nav>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user