diff options
| author | Mark Otto <[email protected]> | 2023-01-10 16:33:33 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-10 16:33:33 -0800 |
| commit | f40e76d1f77c020be337d4244c7cfb13a2b5bd9c (patch) | |
| tree | 4f02a6c2c48caf6bfe9e3f19c3cea3ca5f92d2ca /site/content/docs/5.3/examples/blog/index.html | |
| parent | 3fc305b2de2a86afa3660bf1aecb4a15ceb53ffd (diff) | |
| download | bootstrap-f40e76d1f77c020be337d4244c7cfb13a2b5bd9c.tar.xz bootstrap-f40e76d1f77c020be337d4244c7cfb13a2b5bd9c.zip | |
Update snippet examples for dark mode (#37834)
* Update snippet examples for dark mode
* Fix markup
* Review comments
* undo colored links docs from this PR
Diffstat (limited to 'site/content/docs/5.3/examples/blog/index.html')
| -rw-r--r-- | site/content/docs/5.3/examples/blog/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/examples/blog/index.html b/site/content/docs/5.3/examples/blog/index.html index f600a6540..999da44c4 100644 --- a/site/content/docs/5.3/examples/blog/index.html +++ b/site/content/docs/5.3/examples/blog/index.html @@ -14,7 +14,7 @@ include_js: false <a class="link-secondary" href="#">Subscribe</a> </div> <div class="col-4 text-center"> - <a class="blog-header-logo text-dark" href="#">Large</a> + <a class="blog-header-logo text-body-emphasis" href="#">Large</a> </div> <div class="col-4 d-flex justify-content-end align-items-center"> <a class="link-secondary" href="#" aria-label="Search"> |
