mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +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:
@@ -66,7 +66,7 @@ If the stretched link doesn't seem to work, the [containing block](https://devel
|
||||
<p class="card-text">
|
||||
<a href="#" class="stretched-link text-danger" style="position: relative;">Stretched link will not work here, because <code>position: relative</code> is added to the link</a>
|
||||
</p>
|
||||
<p class="card-text bg-light" style="transform: rotate(0);">
|
||||
<p class="card-text bg-body-tertiary" style="transform: rotate(0);">
|
||||
This <a href="#" class="text-warning stretched-link">stretched link</a> will only be spread over the <code>p</code>-tag, because a transform is applied to it.
|
||||
</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user