diff --git a/site/content/docs/5.1/utilities/text.md b/site/content/docs/5.1/utilities/text.md index a170660efd8ea2fb95579bbc01230982f71db7a0..18fff29116f7707b0375fa261ebef81f866ee7b1 100644 --- a/site/content/docs/5.1/utilities/text.md +++ b/site/content/docs/5.1/utilities/text.md @@ -116,13 +116,13 @@ Change a selection to our monospace font stack with `.font-monospace`. <p class="font-monospace">This is in monospace</p> {{< /example >}} -## Reset color +## Muted color -Reset a text or link's color with `.text-reset`, so that it inherits the color from its parent. +Mute text color with `.text-muted` {{< example >}} <p class="text-muted"> - Muted text with a <a href="#" class="text-reset">reset link</a>. + This text is muted </p> {{< /example >}}