mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 17:32:41 +02:00
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
This commit is contained in:
@@ -6,7 +6,7 @@ extra_css:
|
||||
- "../checkout/checkout.css"
|
||||
extra_js:
|
||||
- src: "../checkout/checkout.js"
|
||||
body_class: "bg-light"
|
||||
body_class: "bg-body-tertiary"
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
@@ -45,7 +45,7 @@ body_class: "bg-light"
|
||||
</div>
|
||||
<span class="text-muted">$5</span>
|
||||
</li>
|
||||
<li class="list-group-item d-flex justify-content-between bg-light">
|
||||
<li class="list-group-item d-flex justify-content-between bg-body-tertiary">
|
||||
<div class="text-success">
|
||||
<h6 class="my-0">رمز ترويجي</h6>
|
||||
<small>EXAMPLECODE</small>
|
||||
|
Reference in New Issue
Block a user