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/list-groups | |
| 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/list-groups')
| -rw-r--r-- | site/content/docs/5.3/examples/list-groups/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.3/examples/list-groups/index.html b/site/content/docs/5.3/examples/list-groups/index.html index 9599913c0..7163b1835 100644 --- a/site/content/docs/5.3/examples/list-groups/index.html +++ b/site/content/docs/5.3/examples/list-groups/index.html @@ -145,8 +145,8 @@ body_class: "" </small> </span> </label> - <label class="list-group-item d-flex gap-3 bg-light"> - <input class="form-check-input form-check-input-placeholder bg-light flex-shrink-0 pe-none" disabled type="checkbox" value="" style="font-size: 1.375em;"> + <label class="list-group-item d-flex gap-3 bg-body-tertiary"> + <input class="form-check-input form-check-input-placeholder bg-body-tertiary flex-shrink-0 pe-none" disabled type="checkbox" value="" style="font-size: 1.375em;"> <span class="pt-1 form-checked-content"> <span contenteditable="true" class="w-100">Add new task...</span> <small class="d-block text-muted"> |
