From b4f8c247a21d02e5fb2d85e761d37b8d8a02cf9b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Nov 2013 15:29:44 -0800 Subject: soften the colours a wee bit for the default case --- view/theme/redbasic/php/style.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/theme/redbasic/php') diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 56df0f4f2..3b2c3860b 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -55,17 +55,17 @@ $nav_bg_4 = "#b00"; } if (! $bgcolour) - $bgcolour = "fff"; + $bgcolour = "#f5f5f5"; if (! $background_image) $background_image =''; if (! $item_colour) - $item_colour = "fff"; + $item_colour = "#f5f5f5"; if (! $item_opacity) $item_opacity = "1"; if (! $font_size) $font_size = "12"; if (! $font_colour) - $font_colour = "000"; + $font_colour = "#4D4D4D"; if (! $radius) $radius = "5"; if (! $shadow) -- cgit v1.2.3