mirror of
https://github.com/discourse/discourse-category-banners
synced 2025-03-09 13:02:25 +00:00
UX: fix mention color (#53)
This commit is contained in:
parent
cd2cbb6bfd
commit
e22d73b5dc
@ -61,6 +61,11 @@ div[class^="category-title-header"] {
|
||||
color: currentColor;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.mention {
|
||||
color: var(--primary);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
// styles that impact the category icons theme component
|
||||
|
Loading…
x
Reference in New Issue
Block a user