From dc263364312680a70a977f54584230386305dbb2 Mon Sep 17 00:00:00 2001
From: Michael Long <mlong@mlong.us>
Date: Fri, 8 Jan 2021 14:41:37 -0800
Subject: [PATCH] Update style.css, style the received message modal popup

---
 webv4/root/css/style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/webv4/root/css/style.css b/webv4/root/css/style.css
index 9ed10d1f15..5f63b5bbe2 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;
-- 
GitLab