UX: update link color in banners (#52)

This commit is contained in:
Kris 2024-05-30 18:10:52 -04:00 committed by GitHub
parent 04c2b2b6ff
commit cd2cbb6bfd
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: var(--primary);
color: currentColor;
text-decoration: underline;
}
}