From ec4ebd7bb17a372c95fcb0cbfc9fc9e8942aae9a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 11:01:18 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E8=83=8C=E6=99=AF=E3=81=AA=E3=81=A9?= =?UTF-8?q?=E8=89=B2=E8=8B=A5=E5=B9=B2=E3=83=86=E3=82=B9=E3=83=88=E6=95=B4?= =?UTF-8?q?=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) From c8b7e3b70f7e3d3d1845dfae68d952a4b3519896 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 27 Oct 2018 12:21:10 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E7=94=BB=E5=83=8F=E3=81=AE=E4=B8=B8?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plusfuture/schema/Focus-Light.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plusfuture/schema/Focus-Light.php b/plusfuture/schema/Focus-Light.php index 14ee130..d144e7c 100644 --- a/plusfuture/schema/Focus-Light.php +++ b/plusfuture/schema/Focus-Light.php @@ -7,6 +7,6 @@ if (! $nav_active_icon_colour) $nav_active_icon_colour = "rgba(0, 0, 0, 0.7)"; if (! $radius) - $radius = "4px"; + $radius = "50px"; if (! $banner_colour) $banner_colour = "rgba(0, 0, 0, 0.7)";