From e7167a669342f43106aa77cacaf6ea23ece6b2ac Mon Sep 17 00:00:00 2001 From: bryan kretz Date: Tue, 14 Mar 2023 16:25:59 -0700 Subject: [PATCH] anchor tag selector added --- client/src/theme/_uswds-theme-custom-styles.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/src/theme/_uswds-theme-custom-styles.scss b/client/src/theme/_uswds-theme-custom-styles.scss index c7cfcde2..eaeab52b 100644 --- a/client/src/theme/_uswds-theme-custom-styles.scss +++ b/client/src/theme/_uswds-theme-custom-styles.scss @@ -26,6 +26,15 @@ html.no-scrolling { overflow: hidden; } +a { + &:focus, + &:visited, + &:active { + background-color: transparent; + color: $theme-color-primary; + border: none; + } +} .logo { width: 150px; height: 35px;