From bada382cff300e706e2613f08ae1b33f0ddd6399 Mon Sep 17 00:00:00 2001 From: Mehul Goel Date: Thu, 30 May 2024 23:03:25 -0700 Subject: [PATCH] fixed particles based on Jackson's advice --- app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 14662b9..d300bd8 100644 --- a/app.js +++ b/app.js @@ -10,7 +10,7 @@ particlesJS('particles-js', } }, "color": { - "value": "#5A6954" + "value": "#465048" }, "shape": { "type": "circle", @@ -50,13 +50,13 @@ particlesJS('particles-js', "line_linked": { "enable": true, "distance": 125, - "color": "#5A6954", + "color": "#465048", "opacity": 1, "width": 2 }, "move": { "enable": true, - "speed": 4, + "speed": 2, "direction": "none", "random": false, "straight": false,