From f36493878b299c367bc51f2935fd7e6d19188569 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 4 Jun 2023 19:23:44 -0400 Subject: [PATCH] :art: Fix bg color under dark theme in modal (#1557) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c27f7995c..f051f7e87 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ .cnet-modal-content { position: relative; - background-color: #fefefe; + background-color: var(--background-fill-primary); margin: 5% auto; /* 15% from the top and centered */ padding: 20px;