Skip to content

Commit

Permalink
update pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Sep 5, 2023
1 parent db77aa7 commit 3a2daa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,11 @@ span.ais-Pagination-link {
background-color: #e7e5e4;
}

.ais-Pagination-item.ais-Pagination-item--selected > a.ais-Pagination-link {
background-color: #000;
color: white;
}

.ais-Pagination-link {
text-decoration: none;
color: black;
Expand Down

0 comments on commit 3a2daa4

Please sign in to comment.