aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-05 15:34:17 -0800
committerfriendica <info@friendica.com>2013-11-05 15:34:17 -0800
commitb15c9de1e50437065fbdd1ac7e487687a4feda8d (patch)
tree18284441c52c82b8ee497569277379f21107a882 /view
parente28b12a5e191899695f51c57f90aa4e49b8f02c0 (diff)
downloadvolse-hubzilla-b15c9de1e50437065fbdd1ac7e487687a4feda8d.tar.gz
volse-hubzilla-b15c9de1e50437065fbdd1ac7e487687a4feda8d.tar.bz2
volse-hubzilla-b15c9de1e50437065fbdd1ac7e487687a4feda8d.zip
soften the background a bit more
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/php/style.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index bf98cbcce..426453cb7 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -58,11 +58,11 @@
if (! $banner_colour)
$banner_colour = "fff";
if (! $bgcolour)
- $bgcolour = "#f5f5f5";
+ $bgcolour = "#f8f8f8";
if (! $background_image)
$background_image ='';
if (! $item_colour)
- $item_colour = "#f5f5f5";
+ $item_colour = "#f8f8f8";
if (! $item_opacity)
$item_opacity = "1";
if (! $font_size)