Skip to content

Commit fa49f30

Browse files
committed
Fix link styles
1 parent cfc2b37 commit fa49f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/02-components/link.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ a.link:hover {
88
}
99

1010
a.link:focus {
11-
@apply text-indigo-400;
11+
@apply text-indigo-800 dark:text-indigo-400;
1212
}
1313

1414
a.link:visited {
15-
@apply text-rose-500;
15+
@apply text-rose-800 dark:text-rose-400;
1616
}

0 commit comments

Comments
 (0)