From 861be100101bf1206d70a24a9027a3aa71a0b209 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 11 Nov 2023 12:24:25 +0100 Subject: [PATCH] PageIndexWidget: tweak dark and disabled colours --- public/css/default.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/css/default.css b/public/css/default.css index fc7d8f7..c110d6b 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -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 {