Skip to content

Commit 293424a

Browse files
committed
text-decoration to make it clear it links
1 parent e18467a commit 293424a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/svelte.dev/src/routes/packages/PackageCard.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
h3 {
128128
display: inline-block;
129129
font: var(--sk-font-ui-medium);
130+
131+
a:hover & span:not([data-icon]) {
132+
text-decoration: underline;
133+
}
130134
}
131135
132136
article {

0 commit comments

Comments
 (0)