diff --git a/h/static/styles/components/_annotation-card.scss b/h/static/styles/components/_annotation-card.scss index 39639a595c1..75fba1bfb30 100644 --- a/h/static/styles/components/_annotation-card.scss +++ b/h/static/styles/components/_annotation-card.scss @@ -151,4 +151,10 @@ & { overflow-wrap: break-word; } + + & a[data-hyp-mention] { + text-decoration: none; + font-weight: bold; + color: color.$brand; + } }