Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105 |
<script>
|
106 |
particlesJS('particles-js', {
|
107 |
"particles": {
|
108 |
-
"number": { "value":
|
109 |
"color": { "value": "#ffffff" },
|
110 |
"shape": { "type": "star", "stroke": { "width": 0, "color": "#ffffff" }, "polygon": { "nb_sides": 5 } },
|
111 |
"opacity": { "value": 0.5, "random": false },
|
|
|
105 |
<script>
|
106 |
particlesJS('particles-js', {
|
107 |
"particles": {
|
108 |
+
"number": { "value": 110, "density": { "enable": true, "value_area": 800 } },
|
109 |
"color": { "value": "#ffffff" },
|
110 |
"shape": { "type": "star", "stroke": { "width": 0, "color": "#ffffff" }, "polygon": { "nb_sides": 5 } },
|
111 |
"opacity": { "value": 0.5, "random": false },
|