From a7e2b9bccd32a5aabd2efc4192756d628d64da89 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Wed, 15 Mar 2017 16:22:46 +0100 Subject: [PATCH] textcolor in phases --- hooks/templates/inc_projects_config.php.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index 96464989..a113ddd6 100644 --- a/hooks/templates/inc_projects_config.php.erb +++ b/hooks/templates/inc_projects_config.php.erb @@ -35,21 +35,21 @@ $aConfig = array( 'phases' => array( "preview" => array( 'css' => array( - 'bgdark' => 'background:#89a;', + 'bgdark' => 'background:#89a; color:#f8f8f8;', 'bglight' => 'background:#e8e8f8; color:#333; background: rgba(180,180,230, 0.3);', 'bgbutton' => 'background:#89a; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ), ), "stage" => array( 'css' => array( - 'bgdark' => 'background:#8aa;', + 'bgdark' => 'background:#8aa; color:#f8f8f8;', 'bglight' => 'background:#e4f8f8; color:#333; background: rgba(180,210,210, 0.3);', 'bgbutton' => 'background:#8aa; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ), ), "live" => array( 'css' => array( - 'bgdark' => 'background:#8a8;', + 'bgdark' => 'background:#8a8; color:#f8f8f8;', 'bglight' => 'background:#e0f8e0; color:#333; background: rgba(180,250,180, 0.3);', 'bgbutton' => 'background:#8a8; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ), -- GitLab