Skip to content

Commit

Permalink
Remove some useless bg-body
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored and julien-deramond committed Nov 29, 2023
1 parent b27cbde commit 06c0124
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions site/content/docs/5.3/dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ sitemap_exclude: true

<h4 class="mt-3">Dark theme on container</h4>

<div class="d-flex gap-2 flex-wrap border p-3 bg-body" data-bs-theme="dark">
<div class="d-flex gap-2 flex-wrap border p-3" data-bs-theme="dark">
<button type="button" class="btn btn-primary">
Notifications <span class="badge text-bg-dark">4</span>
</button>
Expand All @@ -566,7 +566,7 @@ sitemap_exclude: true

<h4 class="mt-3">Light theme on container</h4>

<div class="d-flex gap-2 flex-wrap border p-3 bg-body" data-bs-theme="light">
<div class="d-flex gap-2 flex-wrap border p-3" data-bs-theme="light">
<button type="button" class="btn btn-primary">
Notifications <span class="badge text-bg-dark">4</span>
</button>
Expand Down Expand Up @@ -4775,7 +4775,7 @@ sitemap_exclude: true

<h4 class="mt-3">Dark theme on container</h4>

<div class="d-flex flex-column gap-2 border p-3 bg-body" data-bs-theme="dark">
<div class="d-flex flex-column gap-2 border p-3" data-bs-theme="dark">
<span class="placeholder col-12 bg-primary placeholder-wave"></span>
<span class="placeholder col-12 bg-primary placeholder-glow"></span>
<span class="placeholder col-12 bg-secondary placeholder-wave"></span>
Expand Down Expand Up @@ -4812,7 +4812,7 @@ sitemap_exclude: true

<h4 class="mt-3">Light theme on container</h4>

<div class="d-flex flex-column gap-2 border p-3 bg-body" data-bs-theme="light">
<div class="d-flex flex-column gap-2 border p-3" data-bs-theme="light">
<span class="placeholder col-12 bg-primary placeholder-wave"></span>
<span class="placeholder col-12 bg-primary placeholder-glow"></span>
<span class="placeholder col-12 bg-secondary placeholder-wave"></span>
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.3/examples/form/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1 class="title">Travel</h1>
</nav>
</header>
<main class="bd-content order-1">
<div class="bg-body title-bar">
<div class="title-bar">
<div class="container-xxl d-block">
<div class="row">
<div class="col-sm-12 col-lg-5 offset-lg-3">
Expand Down

0 comments on commit 06c0124

Please sign in to comment.