Skip to content

Commit

Permalink
FIX: Group and invalid mention colors (#61)
Browse files Browse the repository at this point in the history
* UX: Fix group mention color

* FIX: Add comma

* FIX: Non-existent user mention color
  • Loading branch information
sketchius authored Jul 24, 2024
1 parent 4eac07d commit 851f9c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 851f9c4

Please sign in to comment.