diff --git a/common/common.scss b/common/common.scss index 3caf820..4dde4df 100644 --- a/common/common.scss +++ b/common/common.scss @@ -62,10 +62,15 @@ div[class^="category-title-header"] { text-decoration: underline; } - a.mention { + a.mention, + a.mention-group { color: var(--primary); text-decoration: none; } + + span.mention { + color: inherit; + } } // styles that impact the category icons theme component