From 2e6c919896992a4bb8b7abacc90d34283930ae76 Mon Sep 17 00:00:00 2001 From: IoTcat Date: Sat, 6 Apr 2019 20:18:56 +0800 Subject: [PATCH] update hoepage --- server/cn/home/www/HomePage/{index.php => index.html} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename server/cn/home/www/HomePage/{index.php => index.html} (99%) diff --git a/server/cn/home/www/HomePage/index.php b/server/cn/home/www/HomePage/index.html similarity index 99% rename from server/cn/home/www/HomePage/index.php rename to server/cn/home/www/HomePage/index.html index 75ef965..fc904f1 100644 --- a/server/cn/home/www/HomePage/index.php +++ b/server/cn/home/www/HomePage/index.html @@ -293,7 +293,7 @@ var Clock = (function() { var defaultStyles = function() { textSize = 140; // particle color - particleColor = 'hsla(0, 0%, 100%, 0.3)'; + particleColor = 'hsla(0, 0%, 100%, 0.5)'; // color stops var gradientStops = { @@ -549,7 +549,7 @@ var Clock = (function() { }; // change particle color - particleColor = 'hsla(' + hue + ', 10%, 50%, 0.3)'; + particleColor = 'hsla(' + hue + ', 10%, 50%, 0.7)'; // create gradient setGradient(gradientStops);