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;