From 851f9c42642aee194c8ec5689c8170c42bdb6821 Mon Sep 17 00:00:00 2001 From: Bryce Huhtala <100382978+sketchius@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:36:25 -0500 Subject: [PATCH] FIX: Group and invalid mention colors (#61) * UX: Fix group mention color * FIX: Add comma * FIX: Non-existent user mention color --- common/common.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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