FIX: Show the right color for @usernames with dark/light mode

This commit is contained in:
MarcRez33 2024-04-22 08:12:48 +02:00 committed by GitHub
parent 41ddbb8c11
commit 26456dfbc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ div[class^="category-title-header"] {
.category-title-description {
a,
a:visited {
color: inherit;
color: var(--primary);
text-decoration: underline;
}
}