Skip to content

Commit

Permalink
FIX: Use contrasting colors for currently-selected page
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Jul 27, 2024
1 parent c7e69dc commit 947489a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/Search/components/pagination/pagination.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
& li:has([aria-current]) {
background-color: var(--ice-boutique);
border-color: var(--ice-boutique);
color: black;
font-weight: 500;
}

Expand Down

0 comments on commit 947489a

Please sign in to comment.