From e2d6f26b929085a1e71e2837dfdcb395f96be17b Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 24 Nov 2023 14:55:19 +0100 Subject: [PATCH] update phase colors --- config/config_defaults.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config_defaults.php b/config/config_defaults.php index 67793292..454c30af 100644 --- a/config/config_defaults.php +++ b/config/config_defaults.php @@ -25,14 +25,14 @@ return [ ], "stage" => [ 'css' => [ - 'bgdark' => 'background:#9ac; ', + 'bgdark' => 'background:#8ad; ', 'bglight' => 'background:#f0f4f8; color:#333; background:rgba(200,200,220,0.5); ', 'bgbutton' => 'background:#78a; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ], ], "live" => [ 'css' => [ - 'bgdark' => 'background:#8b9; ', + 'bgdark' => 'background:#8c9; ', 'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ', 'bgbutton' => 'background:#7a8; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ], -- GitLab