openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f0e53d99a3ef69a9625961fff8f0c1309353a471
parent c7d3ac08e5728fd3610cbd50833802ff47915b6b
Author: Jan Dankert <devnull@localhost>
Date:   Sun, 14 Oct 2012 16:01:10 +0200

Farben des \"Modern Style\" etwas angepasst.

Diffstat:
Mconfig/config-default.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/config-default.php b/config/config-default.php @@ -820,8 +820,8 @@ $conf['style']['modern']['name']='Modern Style'; $conf['style']['modern']['title_background_color']='#3F6194'; $conf['style']['modern']['title_text_color']='white'; $conf['style']['modern']['text_color'] ='black'; -$conf['style']['modern']['background_color'] = '#FFF6E6'; -$conf['style']['modern']['inactive_background_color'] = '#FFE5B8'; +$conf['style']['modern']['background_color'] = '#EEEEEE'; +$conf['style']['modern']['inactive_background_color'] = '#7FB1E4'; $conf['theme'] = array(); $conf['theme']['compiler'] = array();