From 9f4cc52ec1d414e2013c066bc4fe6dfbdea95110 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Fri, 2 Oct 2020 02:31:15 +0400 Subject: [PATCH] Reverted back config. Signed-off-by: Pavel Kirilin <win10@list.ru> --- assets/dist/back.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/dist/back.js b/assets/dist/back.js index 6bea2f6..2ac3e1d 100644 --- a/assets/dist/back.js +++ b/assets/dist/back.js @@ -4,9 +4,9 @@ let resizeReset = function() { } const opts = { - particleColor: "rgb(50, 135, 39)", - lineColor: "rgb(50, 135, 39)", - particleAmount: 45, + particleColor: "rgb(200,200,200)", + lineColor: "rgb(200,200,200)", + particleAmount: 30, defaultSpeed: 1, variantSpeed: 1, defaultRadius: 2, -- GitLab