openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit ccaaa03c9707b8bcb891fc9964860ed0924e46d2
parent c3ed3152ebbea9f207b0952e1c2a8f4a180fef94
Author: Jan Dankert <develop@jandankert.de>
Date:   Fri, 17 May 2019 23:56:37 +0200

Theme: Farbe für die Moorweide aktualisiert.

Diffstat:
modules/util/config-default.php | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/util/config-default.php b/modules/util/config-default.php @@ -866,11 +866,11 @@ function createDefaultConfig() $conf['style']['moorweide']=array(); $conf['style']['moorweide']['name']='Moorweide'; - $conf['style']['moorweide']['title_background_color']='#006633'; + $conf['style']['moorweide']['title_background_color']='#2aaae7'; $conf['style']['moorweide']['title_text_color']='white'; - $conf['style']['moorweide']['text_color'] ='black'; - $conf['style']['moorweide']['background_color'] = '#F5FFFA'; - $conf['style']['moorweide']['inactive_background_color'] = '#CEE6DA'; + $conf['style']['moorweide']['text_color'] ='#005e51'; + $conf['style']['moorweide']['background_color'] = '#edf6f3'; + $conf['style']['moorweide']['inactive_background_color'] = '#ececed'; $conf['style']['dark']=array(); $conf['style']['dark']['name']='Dark';