From fb054d787ad69471ad16afb7d0589b73637edb8a Mon Sep 17 00:00:00 2001 From: czmj Date: Fri, 29 Sep 2017 11:31:05 +0100 Subject: [PATCH] background nodes colour/size --- src/assets/js/main.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/assets/js/main.js b/src/assets/js/main.js index 8fcfd78..70ba3bd 100644 --- a/src/assets/js/main.js +++ b/src/assets/js/main.js @@ -112,7 +112,7 @@ } }, "color": { - "value": "#29335C" + "value": "#f99081" }, "shape": { "type": "circle", @@ -140,19 +140,19 @@ } }, "size": { - "value": 16, + "value": 14, "random": true, "anim": { "enable": true, - "speed": 3, - "size_min": 10, + "speed": 6, + "size_min": 4, "sync": false } }, "line_linked": { "enable": true, "distance": 250, - "color": "#29335C", + "color": "#f99081", "opacity": 0.8, "width": 2 },