From ec4ebd7bb17a372c95fcb0cbfc9fc9e8942aae9a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 11:01:18 +0900 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E3=81=AA=E3=81=A9=E8=89=B2?= =?UTF-8?q?=E8=8B=A5=E5=B9=B2=E3=83=86=E3=82=B9=E3=83=88=E6=95=B4=E5=82=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/php/style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)