From 468bf23f22a10802651488a9d2429af0e0e7598a Mon Sep 17 00:00:00 2001 From: Mark Unwin Date: Mon, 9 Sep 2024 08:34:30 +1000 Subject: [PATCH] Fix text when in dark modal for Welcome Dashboard modal. --- public/css/open-audit.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/css/open-audit.css b/public/css/open-audit.css index 7221f126b..94c87657c 100644 --- a/public/css/open-audit.css +++ b/public/css/open-audit.css @@ -645,6 +645,13 @@ table.dataTable > thead .sorting_desc_disabled::after .card-body { color: white; } + .modal-body { + color: white; + } + .form-control { + color: var(--bs-secondary-color); + opacity: 1; + } .form-control:disabled, .form-control[readonly] { opacity: 1; background-color: #333;