From 4c6e5415cbdaa234ffbf05606070d6315c28f5e9 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sun, 28 Aug 2022 18:03:02 +0100 Subject: [PATCH] Make modals darker --- core/templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index a15e92e..e49674e 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -145,11 +145,11 @@ background-color:rgba(221, 224, 255, 0.3) !important; } - .panel, .box { + .panel, .box, .modal { background-color:rgba(250, 250, 250, 0.5) !important; } - .modal{ - background-color:rgba(255, 255, 255, 0.9) !important; + .modal, .modal.box{ + background-color:rgba(210, 210, 210, 0.9) !important; } .modal-background{ background-color:rgba(255, 255, 255, 0.3) !important;