FIX: Group and invalid mention colors (#61)

* UX: Fix group mention color

* FIX: Add comma

* FIX: Non-existent user mention color
This commit is contained in:
Bryce Huhtala 2024-07-24 14:36:25 -05:00 committed by GitHub
parent 4eac07db3a
commit 851f9c4264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -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