Fixed underlined links on hover in about page
This commit is contained in:
parent
480c0a8caa
commit
6127d91572
4 changed files with 4 additions and 4 deletions
|
|
@ -7066,7 +7066,7 @@ a:is(.active,
|
||||||
text-decoration-thickness: 2px;
|
text-decoration-thickness: 2px;
|
||||||
text-underline-offset: 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 {
|
.app-body .hover-card__bio a:hover {
|
||||||
text-decoration-color: var(--color-accent);
|
text-decoration-color: var(--color-accent);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7066,7 +7066,7 @@ a:is(.active,
|
||||||
text-decoration-thickness: 2px;
|
text-decoration-thickness: 2px;
|
||||||
text-underline-offset: 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 {
|
.app-body .hover-card__bio a:hover {
|
||||||
text-decoration-color: var(--color-accent);
|
text-decoration-color: var(--color-accent);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7066,7 +7066,7 @@ a:is(.active,
|
||||||
text-decoration-thickness: 2px;
|
text-decoration-thickness: 2px;
|
||||||
text-underline-offset: 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 {
|
.app-body .hover-card__bio a:hover {
|
||||||
text-decoration-color: var(--color-accent);
|
text-decoration-color: var(--color-accent);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7066,7 +7066,7 @@ a:is(.active,
|
||||||
text-decoration-thickness: 2px;
|
text-decoration-thickness: 2px;
|
||||||
text-underline-offset: 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 {
|
.app-body .hover-card__bio a:hover {
|
||||||
text-decoration-color: var(--color-accent);
|
text-decoration-color: var(--color-accent);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue