Skip to content

Commit

Permalink
Pagination: dark mode active
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Oct 7, 2024
1 parent fd21696 commit 84ec794
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dist/css/modus-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/modus-bootstrap.min.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions scss/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
--bs-pagination-color: #b7b9c3;
--bs-pagination-hover-color: #171c1e;
--bs-pagination-active-color: #171c1e;
--bs-pagination-active-bg: #217cbb;
--bs-pagination-active-bg: #019AEB;
}

.page-item {
Expand All @@ -199,8 +199,8 @@
&.active,
.active > & {
color: #f1f1f6 !important;
background-color: #217cbb !important;
border-color: #217cbb;
background-color: #019AEB !important;
border-color: #019AEB;
}

&:focus {
Expand Down

0 comments on commit 84ec794

Please sign in to comment.