mirror of
https://github.com/discourse/discourse-category-banners
synced 2025-03-09 13:02:25 +00:00
FIX: Show the right color for @usernames with dark/light mode (#49)
This commit is contained in:
parent
77645890df
commit
7da1900e78
@ -58,7 +58,7 @@ div[class^="category-title-header"] {
|
||||
.category-title-description {
|
||||
a,
|
||||
a:visited {
|
||||
color: inherit;
|
||||
color: var(--primary);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user