diff --git a/assets/dist/back.js b/assets/dist/back.js
index 6bea2f64f044945e998c81f0fc881fbd469bc208..2ac3e1dcbe1d8e6af9ef01bd6b8be56e118c3157 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,