UX: update link color in banners

This commit is contained in:
awesomerobot 2024-05-30 18:06:38 -04:00
parent 04c2b2b6ff
commit cac8e3ba5c

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;
}
}