From 8c7e2780429e3e201ced38f059c41e98da96ea30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Z=C3=ADpek?= Date: Sun, 28 Aug 2022 23:38:32 +0200 Subject: [PATCH] Better modal background --- client/src/assets/themes/_basic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/assets/themes/_basic.scss b/client/src/assets/themes/_basic.scss index 4de41df..7c6ea35 100644 --- a/client/src/assets/themes/_basic.scss +++ b/client/src/assets/themes/_basic.scss @@ -44,7 +44,7 @@ --header-spacer-color: #333; --header-shadow: none; --box-bg-color: #111; - --modal-bg-color: #222; + --modal-bg-color: #000; --modal-fg-color: #eee; --box-fg-color: #eee; --box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);