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/headers/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/headers/index.html')
| -rw-r--r-- | site/content/docs/5.3/examples/headers/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.3/examples/headers/index.html b/site/content/docs/5.3/examples/headers/index.html index b8fc8b27b..b14e7def4 100644 --- a/site/content/docs/5.3/examples/headers/index.html +++ b/site/content/docs/5.3/examples/headers/index.html @@ -194,10 +194,10 @@ body_class: "" <div class="container-fluid pb-3"> <div class="d-grid gap-3" style="grid-template-columns: 1fr 2fr;"> - <div class="bg-light border rounded-3"> + <div class="bg-body-tertiary border rounded-3"> <br><br><br><br><br><br><br><br><br><br> </div> - <div class="bg-light border rounded-3"> + <div class="bg-body-tertiary border rounded-3"> <br><br><br><br><br><br><br><br><br><br> </div> </div> @@ -205,7 +205,7 @@ body_class: "" <div class="b-example-divider"></div> - <nav class="py-2 bg-light border-bottom"> + <nav class="py-2 bg-body-tertiary border-bottom"> <div class="container d-flex flex-wrap"> <ul class="nav me-auto"> <li class="nav-item"><a href="#" class="nav-link link-dark px-2 active" aria-current="page">Home</a></li> |
