Skip to content

Commit

Permalink
Add styles for mentions in activity pages
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Feb 20, 2025
1 parent 3cbf908 commit 590f548
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions h/static/styles/components/_annotation-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,10 @@
& {
overflow-wrap: break-word;
}

& a[data-hyp-mention] {
text-decoration: none;
font-weight: bold;
color: color.$brand;
}
}

0 comments on commit 590f548

Please sign in to comment.