diff --git a/src/components/01-type/links.njk b/src/components/01-type/links.njk index 250bfd3cc7..272af34dae 100755 --- a/src/components/01-type/links.njk +++ b/src/components/01-type/links.njk @@ -2,7 +2,7 @@

This is a visited link.

-

This is a link that goes to an external website.

+

This is a link that goes to an external website.

This is a text link on a dark background.

diff --git a/src/stylesheets/elements/_typography.scss b/src/stylesheets/elements/_typography.scss index 65a5359219..d5220ab1c5 100644 --- a/src/stylesheets/elements/_typography.scss +++ b/src/stylesheets/elements/_typography.scss @@ -41,12 +41,12 @@ html { // [href^="http:"]:not([href*="my-domain.com"]) // [href^="https:"]:not([href*="my-domain.com"]) -.usa-external-link { +.usa-link--external { @include external-link(external-link, external-link-hover); -} -.usa-external-link-alt { - @include external-link(external-link-alt, external-link-alt-hover); + &.usa-link--alt { + @include external-link(external-link-alt, external-link-alt-hover); + } } // Remove user agent styles