diff options
| author | Mark Otto <[email protected]> | 2018-07-20 19:11:23 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-07-20 19:11:23 -0500 |
| commit | f87d5eab693434199c618766632ce10134ae2a7b (patch) | |
| tree | 6f88249de96be3a554264f219afbe1c96fb2b309 | |
| parent | 6cca02f163502a2a986713056b84a60e0bdf8397 (diff) | |
| download | bootstrap-f87d5eab693434199c618766632ce10134ae2a7b.tar.xz bootstrap-f87d5eab693434199c618766632ce10134ae2a7b.zip | |
Clarify to close #26329
| -rw-r--r-- | site/docs/4.1/utilities/colors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/utilities/colors.md b/site/docs/4.1/utilities/colors.md index acfcf2475..573782644 100644 --- a/site/docs/4.1/utilities/colors.md +++ b/site/docs/4.1/utilities/colors.md @@ -19,7 +19,7 @@ toc: true {% endcapture %} {% include example.html content=example %} -Contextual text classes also work well on anchors with the provided hover and focus states. **Note that the `.text-white` and `.text-muted` class has no link styling.** +Contextual text classes also work well on anchors with the provided hover and focus states. **Note that the `.text-white` and `.text-muted` class has no additional link styling beyond underline.** {% capture example %} {% for color in site.data.theme-colors %} |
