From 09503e6183532a3cca84486d841b1edaa00d26cb Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 27 Oct 2021 16:26:11 +0100 Subject: [PATCH] Fix --- src/theme/variables.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/theme/variables.scss b/src/theme/variables.scss index b55c558b3..057b61de8 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -858,6 +858,11 @@ body { --profile-text-color: #ffffff; + + --box-container-color: #fff; + --box-border-color: #e9e9e9; + --box-border-color-shadow: rgb(0 0 0 / 7%); + .bg-blue { --background: #0782c9; background: #0782c9;