Skip to content

Commit

Permalink
Fixed underlined links on hover in about page
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane committed Aug 24, 2024
1 parent 480c0a8 commit 6127d91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TangerineUI-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion TangerineUI-lagoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion TangerineUI-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion TangerineUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6127d91

Please sign in to comment.