UX: fix mention color (#53)

This commit is contained in:
Kris 2024-05-30 18:19:37 -04:00 committed by GitHub
parent cd2cbb6bfd
commit e22d73b5dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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