aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeaca-Sebastian <[email protected]>2022-12-28 09:01:50 +0200
committerMark Otto <[email protected]>2022-12-28 13:00:06 -0800
commitf9827ac8d83415a12a8611b1bef238c334aa422e (patch)
tree196fdeca66a79982aa41a3dd5f6e0268dd8fd639
parent993ad97fdc0bcbc0fb63dcafb466f81e5be004e6 (diff)
downloadbootstrap-f9827ac8d83415a12a8611b1bef238c334aa422e.tar.xz
bootstrap-f9827ac8d83415a12a8611b1bef238c334aa422e.zip
Update /#color-schemes to v5.3
-rw-r--r--site/content/docs/5.3/components/navbar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/components/navbar.md b/site/content/docs/5.3/components/navbar.md
index 3afd89cd5..3ea14129c 100644
--- a/site/content/docs/5.3/components/navbar.md
+++ b/site/content/docs/5.3/components/navbar.md
@@ -328,7 +328,7 @@ Mix and match with other components and utilities as needed.
**New in v5.2.0 —** Navbar theming is now powered by CSS variables and `.navbar-light` has been deprecated. CSS variables are applied to `.navbar`, defaulting to the "light" appearance, and can be overridden with `.navbar-dark`.
{{< /callout >}}
-Navbar themes are easier than ever thanks to Bootstrap's combination of Sass and CSS variables. The default is our "light navbar" for use with light background colors, but you can also apply `.navbar-dark` for dark background colors. Then, customize with `.bg-*` utilities.
+Navbar themes are easier than ever thanks to Bootstrap's combination of Sass and CSS variables. The default is our "light navbar" for use with light background colors, but you can also apply `data-bs-theme="dark"` to the `.navbar` parent for dark background colors. Then, customize with `.bg-*` utilities.
<div class="bd-example">
<nav class="navbar navbar-expand-lg bg-body-secondary" data-bs-theme="dark">