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/dashboard | |
| 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/dashboard')
| -rw-r--r-- | site/content/docs/5.3/examples/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/examples/dashboard/index.html b/site/content/docs/5.3/examples/dashboard/index.html index b3b40c266..e3d518b67 100644 --- a/site/content/docs/5.3/examples/dashboard/index.html +++ b/site/content/docs/5.3/examples/dashboard/index.html @@ -26,7 +26,7 @@ extra_js: <div class="container-fluid"> <div class="row"> - <nav id="sidebarMenu" class="col-md-3 col-lg-2 d-md-block bg-light sidebar collapse"> + <nav id="sidebarMenu" class="col-md-3 col-lg-2 d-md-block bg-body-tertiary sidebar collapse"> <div class="position-sticky pt-3 sidebar-sticky"> <ul class="nav flex-column"> <li class="nav-item"> |
