FIX: Show the right color for @usernames with dark/light mode (#49)

This commit is contained in:
MarcRez33 2024-04-30 19:43:10 +02:00 committed by GitHub
parent 77645890df
commit 7da1900e78
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;
}
}