From 7e26acefd168dbe19ffd35b7d3cfe4bd327daa51 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Fri, 26 Jan 2024 04:04:46 +0000 Subject: [PATCH] Update style.css --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index 8e8d5b89..cf48c05f 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,17 @@ 100% { opacity: 100 !important; } +.modal-content { +background:var(--uibg)!important; +} +#myModal { +color:white!important; +} +.modal-footer { +border:0!important; +} +.modal-header { +border:0!important; } :root { --inputbg: #3c096c !important;