diff --git a/plusfuture/php/style.php b/plusfuture/php/style.php index 82839ef..3d18259 100644 --- a/plusfuture/php/style.php +++ b/plusfuture/php/style.php @@ -83,11 +83,11 @@ if (! $link_colour) if (! $banner_colour) $banner_colour = '#fff'; if (! $bgcolour) - $bgcolour = 'rgb(254,254,254)'; + $bgcolour = '#f1f1f1'; if (! $background_image) $background_image =''; if (! $item_colour) - $item_colour = 'rgb(238,238,238)'; + $item_colour = 'rgb(255,255,255)'; if (! $comment_item_colour) $comment_item_colour = 'rgb(255,255,255)'; if (! $item_opacity)