diff --git a/assets/styles/components/links.scss b/assets/styles/components/links.scss index 3b162e2..61369a2 100644 --- a/assets/styles/components/links.scss +++ b/assets/styles/components/links.scss @@ -10,7 +10,7 @@ a { } } -.list-link { +.list-link, .taxonomy-term { text-decoration: none !important; color: get-light-color('text-color'); @include transition(); @@ -67,7 +67,7 @@ html[data-theme='dark'] { } } - .list-link { + .list-link, .taxonomy-term { color: get-dark-color('text-color'); &:hover,