From e695e2b694327ed127e3e4820715e6ae4fec0b10 Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Tue, 11 Jul 2023 15:09:14 +0200 Subject: [PATCH] fix comment wording --- site/content/docs/5.3/helpers/colored-links.md | 2 +- site/content/docs/5.3/utilities/link.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.3/helpers/colored-links.md b/site/content/docs/5.3/helpers/colored-links.md index 14ccde766f..8d1bf9ebf2 100644 --- a/site/content/docs/5.3/helpers/colored-links.md +++ b/site/content/docs/5.3/helpers/colored-links.md @@ -23,7 +23,7 @@ You can use the `.link-*` classes to colorize links. Unlike the [`.text-*` class **Heads up!** `.link-body-emphasis` is currently the only colored link that adapts to color modes. It's treated as a special case until v6 arrives and we can more thoroughly rebuild our theme colors for color modes. Until then, it's a unique, high-contrast link color with custom `:hover` and `:focus` styles. However, it still responds to the new link utilities. {{< /callout >}} - + {{< example >}} {{< colored-links.inline >}} {{- range (index $.Site.Data "theme-colors") }} diff --git a/site/content/docs/5.3/utilities/link.md b/site/content/docs/5.3/utilities/link.md index 099eaee5e2..61e68641b8 100644 --- a/site/content/docs/5.3/utilities/link.md +++ b/site/content/docs/5.3/utilities/link.md @@ -87,7 +87,7 @@ Just like the `.link-opacity-*-hover` utilities, `.link-offset` and `.link-under [Colored link helpers]({{< docsref "/helpers/colored-links/" >}}) have been updated to pair with our link utilities. Use the new utilities to modify the link opacity, underline opacity, and underline offset. - + {{< example >}} {{< colored-links.inline >}} {{- range (index $.Site.Data "theme-colors") }}