]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: add missing `data-bs-theme="light"` in navbars color schemes markup (#40504)
authorJulien Déramond <juderamond@gmail.com>
Wed, 29 May 2024 06:35:16 +0000 (08:35 +0200)
committerGitHub <noreply@github.com>
Wed, 29 May 2024 06:35:16 +0000 (08:35 +0200)
site/content/docs/5.3/components/navbar.md

index ab6c2305ce8ae3e9ebe0a07cee498a412f115c07..4b46eb095d6053a9fc23339c483910fcb9899a73 100644 (file)
@@ -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>
 ```