aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/examples/heroes/index.html
diff options
context:
space:
mode:
authorJulien DĂ©ramond <[email protected]>2022-12-29 07:58:35 +0100
committerGitHub <[email protected]>2022-12-28 22:58:35 -0800
commit8befabbde90e8ee19f8bf9196840e25c07130710 (patch)
treecc61fe7c9285769c7f4c81aed11197102aefd642 /site/content/docs/5.3/examples/heroes/index.html
parentbaf5d4c4c110c9ab86ea32381714fdba995c75d1 (diff)
downloadbootstrap-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/heroes/index.html')
-rw-r--r--site/content/docs/5.3/examples/heroes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/examples/heroes/index.html b/site/content/docs/5.3/examples/heroes/index.html
index ef621fd50..819434bf8 100644
--- a/site/content/docs/5.3/examples/heroes/index.html
+++ b/site/content/docs/5.3/examples/heroes/index.html
@@ -66,7 +66,7 @@ body_class: ""
<p class="col-lg-10 fs-4">Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.</p>
</div>
<div class="col-md-10 mx-auto col-lg-5">
- <form class="p-4 p-md-5 border rounded-3 bg-light">
+ <form class="p-4 p-md-5 border rounded-3 bg-body-tertiary">
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="[email protected]">
<label for="floatingInput">Email address</label>