Skip to content

Commit 8d71a5b

Browse files
authored
Merge pull request #796 from DuendeSoftware/mb/fix
Update link style in pagination component to use underline
2 parents e2901d0 + e379c06 commit 8d71a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Pagination.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import Default from '@astrojs/starlight/components/Pagination.astro'
2525
a {
2626
gap: 0.5rem;
2727
align-items: center;
28-
text-decoration: none;
28+
text-decoration: underline;
2929
color: var(--sl-color-gray-3);
3030
}
3131
a:hover {

0 commit comments

Comments
 (0)