Skip to content

Commit 6659a0e

Browse files
committed
Fix hover in galleries contributor
1 parent 2b6e23f commit 6659a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/Contributor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const galleryBylineStyles = css`
3535
a {
3636
font-style: italic;
3737
:hover {
38-
text-decoration: none;
38+
text-decoration: underline;
3939
border-color: ${schemedPalette('--byline-anchor')};
4040
}
4141
}

0 commit comments

Comments
 (0)