diff --git a/public/js/particlesjs-config.json b/public/js/particlesjs-config.json index 08b33ef..253d988 100644 --- a/public/js/particlesjs-config.json +++ b/public/js/particlesjs-config.json @@ -49,12 +49,12 @@ "enable": true, "distance": 250, "color": "#ffffff", - "opacity": 0.15, + "opacity": 0.033, "width": 1 }, "move": { "enable": true, - "speed": 2, + "speed": 1.5, "direction": "none", "random": false, "straight": false, @@ -88,7 +88,7 @@ }, "bubble": { "distance": 200, - "size": 4, + "size": 2.8, "duration": 2, "opacity": 0.3, "speed": 2 diff --git a/src/components/home/BgParticles.astro b/src/components/home/BgParticles.astro index e50bf6b..184850a 100644 --- a/src/components/home/BgParticles.astro +++ b/src/components/home/BgParticles.astro @@ -1,4 +1,4 @@ -