From f44ec35d4fdd4a58b43c619bdef7b09ee6a40721 Mon Sep 17 00:00:00 2001 From: Johanna Date: Thu, 17 Aug 2023 09:40:24 -0400 Subject: [PATCH] modified styles on hover, focus to pass contrast a11y rule. --- _sass/_uswds-theme-custom-styles.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/_sass/_uswds-theme-custom-styles.scss b/_sass/_uswds-theme-custom-styles.scss index bc23fa84..f3d19268 100644 --- a/_sass/_uswds-theme-custom-styles.scss +++ b/_sass/_uswds-theme-custom-styles.scss @@ -1320,11 +1320,9 @@ Typography } .usa-breadcrumb__link { - &:visited { - color: #005ea2; - } - &:hover { - text-decoration: underline; + text-decoration: underline; + + &:hover, &:focus { color: #1a4480; } }