From 65591901d2dd3146065b3a1816128c4965137ba6 Mon Sep 17 00:00:00 2001 From: Esenjin Date: Wed, 1 Jun 2022 11:28:12 +0200 Subject: [PATCH] correction couleur des pop-up --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5b89f46..29fe215 100644 --- a/style.css +++ b/style.css @@ -5011,7 +5011,7 @@ button.close{ } .modal-content{ position:relative; - background-color:#ffffff; + background-color:#3c3934; border:1px solid #999999; border:1px solid rgba(0,0,0,0.2); border-radius:6px;