From: Julien Déramond Date: Sun, 25 Jun 2023 21:46:29 +0000 (+0200) Subject: Update bottom border on dark navbar example (#38707) X-Git-Tag: v5.3.1~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dc18c6adccc1edef22aeaf22e21bce29dc740f0;p=thirdparty%2Fbootstrap.git Update bottom border on dark navbar example (#38707) * Docs: drop bottom border from dark navbar example * Use `.border-body` --- diff --git a/site/content/docs/5.3/components/navbar.md b/site/content/docs/5.3/components/navbar.md index 9b9f86a4dc..83aaaa403a 100644 --- a/site/content/docs/5.3/components/navbar.md +++ b/site/content/docs/5.3/components/navbar.md @@ -331,7 +331,7 @@ Mix and match with other components and utilities as needed. 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-*` and additional utilities.
-