From 590f5480b0c244ec5d6b91904dc9aa38e992458c Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 19 Feb 2025 15:24:06 +0100 Subject: [PATCH] Add styles for mentions in activity pages --- h/static/styles/components/_annotation-card.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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; + } }