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; + }