diff --git a/scss/elements/_typography.scss b/scss/elements/_typography.scss index 87022e95..ea945766 100644 --- a/scss/elements/_typography.scss +++ b/scss/elements/_typography.scss @@ -4,7 +4,7 @@ * @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_typography.scss */ -h1, h2, h3, h4, h5, h6 { + h1, h2, h3, h4, h5, h6 { font-family: $font-sans; .usa-button { @@ -23,14 +23,17 @@ h2 { margin-top: 0; } - a, a > span { transition: - background 0.2s, - border 0.2s, - box-shadow 0.2s, - color 0.2s, + background 0.2s, + border 0.2s, + box-shadow 0.2s, + color 0.2s, +} + +a:visited { + color: $color-blue; } dt {