Skip to content

Commit e379c06

Browse files
committed
Update link style in pagination component to use underline
1 parent 2c53e2a commit e379c06

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)