Skip to content

Commit

Permalink
Update pagination-active-border-color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed May 17, 2023
1 parent ea2dacb commit d3aec95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/vendor/astroid/scss/_pagination.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.pagination {
flex-wrap: wrap;
}
@include color-mode(dark) {
.pagination {
--#{$prefix}pagination-active-border-color: #fff;
}
}
ul.pagination{
justify-content: center;
.page-item:first-child .page-link,
Expand Down

0 comments on commit d3aec95

Please sign in to comment.