From fbdfe86eeee287f4dd0bb089c73dc1d002256780 Mon Sep 17 00:00:00 2001 From: Anh-Thy04 Date: Tue, 17 Jun 2025 18:42:20 +0200 Subject: [PATCH] Update base.html --- application/dashboard/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application/dashboard/templates/base.html b/application/dashboard/templates/base.html index e7c52b7..efe8663 100644 --- a/application/dashboard/templates/base.html +++ b/application/dashboard/templates/base.html @@ -66,6 +66,11 @@ background-color: #353738 !important; color: #fff !important; } + + .dark-mode .modal-content { + background-color: #23272b !important; + color: #e0e0e0 !important; + }