Skip to content

Commit dd8e9a2

Browse files
committed
feat: underline links by default
1 parent 04386a1 commit dd8e9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/typography.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
a:not(:is(.not-prose, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a)) {
20-
@apply text-(--ui-primary) border-b border-transparent hover:border-(--ui-primary) font-medium focus-visible:outline-(--ui-primary) transition-colors;
20+
@apply hover:text-(--ui-text-highlighted) border-b border-(--ui-border-muted) hover:border-(--ui-text-muted) font-medium focus-visible:outline-(--ui-primary) transition-colors;
2121

2222
& code {
2323
@apply border-dashed transition-colors;

0 commit comments

Comments
 (0)