fix pagination with darkmode

pull/3253/head
REJack 2020-12-24 12:12:00 +01:00
parent c18b4d747c
commit 47fa82fec3
1 changed files with 4 additions and 3 deletions

View File

@ -44,16 +44,17 @@
.dark-mode {
.page-item {
&.disabled a,
&.disabled .page-link {
background-color: lighten($dark, 2.5%);
border-color: $gray-600;
background-color: lighten($dark, 2.5%) !important;
border-color: $gray-600 !important;
color: $gray-600;
}
&.active {
.page-link {
&:hover,
&:focus {
color: $gray-400;
color: $gray-400 !important;
}
}
}