aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)