Fix pager color in dark mode

This commit is contained in:
Michael Shamoon 2021-03-12 19:52:31 -08:00
parent 27998df6e4
commit 9b4625b4a5

View File

@ -76,6 +76,10 @@ $border-color-dark-mode: #47494f;
}
}
.page-item.active .page-link {
background-color: darken($primary-dark-mode, 10%);
}
.nav-tabs {
border-color: $border-color-dark-mode;