diff --git a/src/components/Feed/CardTopic.module.scss b/src/components/Feed/CardTopic.module.scss index 46657d54..8377f144 100644 --- a/src/components/Feed/CardTopic.module.scss +++ b/src/components/Feed/CardTopic.module.scss @@ -22,7 +22,11 @@ } .shoutTopicFloorImportant { - a:hover { - background: $link-color !important; + a:link, + a:visited { + &:hover { + background: #fff !important; + color: #000 !important; + } } }