diff --git a/src/theme.scss b/src/theme.scss index 21b177738..f9f2ba3ad 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -1870,13 +1870,15 @@ tag-input { margin-bottom: 10px; margin-top: 10px; - a { - text-decoration: none; - color: $text-dark; - - &:hover { + h4 { + a { text-decoration: none; - color: $brand_primary; + color: $text-dark; + + &:hover { + text-decoration: none; + color: $brand_primary; + } } } }