diff options
| author | Julien Déramond <[email protected]> | 2022-12-29 07:58:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-28 22:58:35 -0800 |
| commit | 8befabbde90e8ee19f8bf9196840e25c07130710 (patch) | |
| tree | cc61fe7c9285769c7f4c81aed11197102aefd642 /site/content/docs/5.3/examples/sidebars/index.html | |
| parent | baf5d4c4c110c9ab86ea32381714fdba995c75d1 (diff) | |
| download | bootstrap-8befabbde90e8ee19f8bf9196840e25c07130710.tar.xz bootstrap-8befabbde90e8ee19f8bf9196840e25c07130710.zip | |
Docs: display examples based on the docs current color mode (#37562)
* Docs: display examples based on the docs current color mode
* Fix _default/examples.html
Diffstat (limited to 'site/content/docs/5.3/examples/sidebars/index.html')
| -rw-r--r-- | site/content/docs/5.3/examples/sidebars/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.3/examples/sidebars/index.html b/site/content/docs/5.3/examples/sidebars/index.html index 48889facc..6fe87eac7 100644 --- a/site/content/docs/5.3/examples/sidebars/index.html +++ b/site/content/docs/5.3/examples/sidebars/index.html @@ -126,7 +126,7 @@ body_class: "" <div class="b-example-divider b-example-vr"></div> - <div class="d-flex flex-column flex-shrink-0 p-3 bg-light" style="width: 280px;"> + <div class="d-flex flex-column flex-shrink-0 p-3 bg-body-tertiary" style="width: 280px;"> <a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none"> <svg class="bi pe-none me-2" width="40" height="32"><use xlink:href="#bootstrap"/></svg> <span class="fs-4">Sidebar</span> @@ -182,7 +182,7 @@ body_class: "" <div class="b-example-divider b-example-vr"></div> - <div class="d-flex flex-column flex-shrink-0 bg-light" style="width: 4.5rem;"> + <div class="d-flex flex-column flex-shrink-0 bg-body-tertiary" style="width: 4.5rem;"> <a href="/" class="d-block p-3 link-dark text-decoration-none" title="Icon-only" data-bs-toggle="tooltip" data-bs-placement="right"> <svg class="bi pe-none" width="40" height="32"><use xlink:href="#bootstrap"/></svg> <span class="visually-hidden">Icon-only</span> @@ -293,7 +293,7 @@ body_class: "" <div class="b-example-divider b-example-vr"></div> - <div class="d-flex flex-column align-items-stretch flex-shrink-0 bg-white" style="width: 380px;"> + <div class="d-flex flex-column align-items-stretch flex-shrink-0 bg-body-tertiary" style="width: 380px;"> <a href="/" class="d-flex align-items-center flex-shrink-0 p-3 link-dark text-decoration-none border-bottom"> <svg class="bi pe-none me-2" width="30" height="24"><use xlink:href="#bootstrap"/></svg> <span class="fs-5 fw-semibold">List group</span> |
