From 185ddf1eaf82e08586be6c7689507ee924d9dd47 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 19 Aug 2022 13:15:48 +0000 Subject: update to bootstrap 5.2 and fixes --- .../site/content/docs/5.2/helpers/colored-links.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.2/helpers/colored-links.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.2/helpers/colored-links.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.2/helpers/colored-links.md b/vendor/twbs/bootstrap/site/content/docs/5.2/helpers/colored-links.md new file mode 100644 index 000000000..e940196ff --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.2/helpers/colored-links.md @@ -0,0 +1,21 @@ +--- +layout: docs +title: Colored links +description: Colored links with hover states +group: helpers +toc: false +--- + +You can use the `.link-*` classes to colorize links. Unlike the [`.text-*` classes]({{< docsref "/utilities/colors" >}}), these classes have a `:hover` and `:focus` state. + +{{< example >}} +{{< colored-links.inline >}} +{{- range (index $.Site.Data "theme-colors") }} +{{ .name | title }} link +{{- end -}} +{{< /colored-links.inline >}} +{{< /example >}} + +{{< callout info >}} +Some of the link styles use a relatively light foreground color, and should only be used on a dark background in order to have sufficient contrast. +{{< /callout >}} -- cgit v1.2.3