diff options
| author | Julien Déramond <[email protected]> | 2023-04-21 05:10:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-20 20:10:31 -0700 |
| commit | 57df533e9ff6256a08625d8b5823f451941901ea (patch) | |
| tree | dc3f532aab3da6c05a89dd2f5e4c807a796c6e7a | |
| parent | 0bea3f35c6e6decabf114d2d63d07c6501caa95f (diff) | |
| download | bootstrap-57df533e9ff6256a08625d8b5823f451941901ea.tar.xz bootstrap-57df533e9ff6256a08625d8b5823f451941901ea.zip | |
Docs: change colors of position marker example to work with dark mode (#38445)
| -rw-r--r-- | site/content/docs/5.3/utilities/position.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.3/utilities/position.md b/site/content/docs/5.3/utilities/position.md index e7cd420fa..a2ef4ecc7 100644 --- a/site/content/docs/5.3/utilities/position.md +++ b/site/content/docs/5.3/utilities/position.md @@ -93,8 +93,8 @@ Here are some real life examples of these classes: Mails <span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-secondary">+99 <span class="visually-hidden">unread messages</span></span> </button> -<div class="position-relative py-2 px-4 text-bg-dark border border-dark rounded-pill"> - Marker <svg width="1em" height="1em" viewBox="0 0 16 16" class="position-absolute top-100 start-50 translate-middle mt-1" fill="var(--bs-dark)" xmlns="http://www.w3.org/2000/svg"><path d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg> +<div class="position-relative py-2 px-4 text-bg-secondary border border-secondary rounded-pill"> + Marker <svg width="1em" height="1em" viewBox="0 0 16 16" class="position-absolute top-100 start-50 translate-middle mt-1" fill="var(--bs-secondary)" xmlns="http://www.w3.org/2000/svg"><path d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg> </div> <button type="button" class="btn btn-primary position-relative"> |
