From 11db290aaa2ab6b3b19c608d6d94fe5602b58508 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 28 Nov 2023 14:03:36 +0100
Subject: [PATCH] update live color

---
 config/config_defaults.php | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/config/config_defaults.php b/config/config_defaults.php
index 74274c75..d0e3681d 100644
--- a/config/config_defaults.php
+++ b/config/config_defaults.php
@@ -31,11 +31,16 @@ return [
             ],
         ],
         "live" => [
-            'css' => [
+            'css_' => [
                 'bgdark' => 'background:#c0e0c8;',
                 'bglight' => 'background:#e0f0e8; color:#333;',
                 'bgbutton' => 'background:#7a8; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
             ],
+            'css' => [
+                'bgdark' => 'background:#286; color:#f8f8f8;',
+                'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ',
+                'bgbutton' => 'background:#286; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
+            ],
             // prevent immediate installation after build or accept
             "deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'],
         ],
-- 
GitLab