Skip to content

Commit

Permalink
explicit pagination
Browse files Browse the repository at this point in the history
Signed-off-by: Faeka Ansari <faeka6@gmail.com>
  • Loading branch information
fykaa committed Oct 30, 2024
1 parent f9afcdb commit d46199e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,12 @@
--aa-input-border-color-rgb: 126, 126, 126 !important;
--aa-input-background-color-rgb: 32, 32, 32 !important;
}

/* Pagination symbols for next and previous buttons */
.pagination-nav__link--prev .pagination-nav__label:before {
content: '« ';
}

.pagination-nav__link--next .pagination-nav__label:after {
content: ' »';
}

0 comments on commit d46199e

Please sign in to comment.