From 8965cb58fab3e454ff82031f7881851e822f74c0 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 18 Aug 2012 19:20:24 +0200 Subject: Changed background colors for true grey. --- views/default/css/elements/layout.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views/default/css/elements/layout.php') diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index d332437..865bf43 100644 --- a/views/default/css/elements/layout.php +++ b/views/default/css/elements/layout.php @@ -16,7 +16,7 @@ *************************************** */ body { - background-color: #edecfa; + background-color: #eeeeee; } /***** DEFAULT LAYOUT ******/ @@ -42,7 +42,7 @@ body { /***** TOPBAR ******/ .elgg-page-topbar { - background-color: #27282d; + background-color: #333333; position: relative; height: 24px; z-index: 9000; @@ -69,7 +69,7 @@ body { /***** PAGE HEADER ******/ .elgg-page-header { position: relative; - background: #27282d url(_graphics/header_shadow.png) repeat-x bottom left; + background: #333333 url(_graphics/header_shadow.png) repeat-x bottom left; } .elgg-page-header > .elgg-inner { position: relative; -- cgit v1.2.3