Skip to content

Commit

Permalink
FIX: Show the right color for @usernames with dark/light mode (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcRez33 committed Apr 30, 2024
1 parent 7764589 commit 7da1900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ div[class^="category-title-header"] {
.category-title-description {
a,
a:visited {
color: inherit;
color: var(--primary);
text-decoration: underline;
}
}
Expand Down

0 comments on commit 7da1900

Please sign in to comment.