PageIndexWidget: tweak dark and disabled colours

This commit is contained in:
Aaron van Geffen 2023-11-11 12:24:25 +01:00
parent 68b5783a28
commit 861be10010
1 changed files with 13 additions and 0 deletions

View File

@ -48,6 +48,10 @@ a:hover {
.page-link {
--bs-pagination-disabled-bg: var(--bs-body-bg);
--bs-pagination-disabled-color: var(--bs-body-color);
}
.page-link, .page-padding {
color: #b50707;
font-family: 'Coda', sans-serif;
}
@ -58,6 +62,15 @@ a:hover {
background-color: #990b0b;
border-color: #a40d0d;
}
[data-bs-theme=dark] .page-link,
[data-bs-theme=dark] .page-padding{
color: #ae473c;
}
[data-bs-theme=dark] .active > .page-link, .page-link.active {
background-color: #4a0e0e;
border-color: #5b5a5a;
color: #ddd;
}
@media (max-width: 767px) {
.pagination {