From 13b894d411c7b265a0bafefa3921f398101412d7 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 27 Oct 2024 00:05:45 -0700 Subject: [PATCH] Style tweaks + misc fixes --- app/css/dark.css | 10 ++++++++-- index.php | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/css/dark.css b/app/css/dark.css index c96f6298..df53a86c 100644 --- a/app/css/dark.css +++ b/app/css/dark.css @@ -24,7 +24,8 @@ html[data-bs-theme="dark"] .card-footer { html[data-bs-theme="dark"] .card-body, html[data-bs-theme="dark"] .card-footer, -html[data-bs-theme="dark"] .info-item-xs { +html[data-bs-theme="dark"] .info-item-xs, +html[data-bs-theme="dark"] .table>:not(caption)>*>* { color: var(--bs-secondary); } @@ -35,7 +36,12 @@ html[data-bs-theme="dark"] .sb-topnav.navbar { html[data-bs-theme="dark"] .sb-topnav.navbar, html[data-bs-theme="dark"] .sb-topnav.navbar a { - color: var(--bs-light) !important; + color: var(--raspap-theme-color) !important; +} + +html[data-bs-theme="dark"] .sb-topnav.navbar a:hover, +html[data-bs-theme="dark"] .sb-topnav.navbar a:focus { + color: var(--raspap-theme-darker) !important; } html[data-bs-theme="dark"] .sb-topnav.navbar { diff --git a/index.php b/index.php index 4255949c..7c7fa936 100755 --- a/index.php +++ b/index.php @@ -99,7 +99,7 @@ initializeApp();
-