Skip to content

Commit

Permalink
fix(styles): Pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
macx committed May 4, 2024
1 parent 30b1d06 commit 484c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pagination.astro
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const paginationList = Array.from(
align-items: center;
justify-content: center;
text-decoration: none;
color: var(--clr-inverse);
color: var(--clr-text);

border-radius: 50%;
background-color: var(--clr-bg-card);
Expand Down

0 comments on commit 484c25a

Please sign in to comment.