Fixed underlined links on hover in about page

This commit is contained in:
Niléane 2024-08-24 18:17:22 +02:00
commit 6127d91572
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -7066,7 +7066,7 @@ a:is(.active,
text-decoration-thickness: 2px;
text-underline-offset: 2px;
}
.app-body .about__section__body .prose a:hover span,
.app-body .about__section__body .prose a:hover :is(span, strong),
.app-body .hover-card__bio a:hover {
text-decoration-color: var(--color-accent);
}

View file

@ -7066,7 +7066,7 @@ a:is(.active,
text-decoration-thickness: 2px;
text-underline-offset: 2px;
}
.app-body .about__section__body .prose a:hover span,
.app-body .about__section__body .prose a:hover :is(span, strong),
.app-body .hover-card__bio a:hover {
text-decoration-color: var(--color-accent);
}

View file

@ -7066,7 +7066,7 @@ a:is(.active,
text-decoration-thickness: 2px;
text-underline-offset: 2px;
}
.app-body .about__section__body .prose a:hover span,
.app-body .about__section__body .prose a:hover :is(span, strong),
.app-body .hover-card__bio a:hover {
text-decoration-color: var(--color-accent);
}

View file

@ -7066,7 +7066,7 @@ a:is(.active,
text-decoration-thickness: 2px;
text-underline-offset: 2px;
}
.app-body .about__section__body .prose a:hover span,
.app-body .about__section__body .prose a:hover :is(span, strong),
.app-body .hover-card__bio a:hover {
text-decoration-color: var(--color-accent);
}