diff --git a/webv4/root/css/style.css b/webv4/root/css/style.css
index 9ed10d1f15710a24b88eac4bb5ee3d9f343a2a1b..5f63b5bbe2e4acca08a9978f7d3fa63c818a0088 100644
--- a/webv4/root/css/style.css
+++ b/webv4/root/css/style.css
@@ -290,6 +290,11 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
 	}
 }
 
+.dark modal-content {
+    background-color: #555;
+    color: #FFF;
+}
+
 .darkswitchbox {
 	margin-block-start: 1em;
 	margin-block-end: 1em;