diff --git a/src/components/ActionCard/Comment.scss b/src/components/ActionCard/Comment.scss index f631976e2..4d3972578 100644 --- a/src/components/ActionCard/Comment.scss +++ b/src/components/ActionCard/Comment.scss @@ -35,13 +35,10 @@ min-width: 0; } -.text { - div { - p { - a { - color:$tc-dark-blue-110; - } - } +.text { + a, + a:hover { + color:$tc-dark-blue-110; } }