Skip to content

Commit

Permalink
fixed particles based on Jackson's advice
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed May 31, 2024
1 parent 15e873c commit bada382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ particlesJS('particles-js',
}
},
"color": {
"value": "#5A6954"
"value": "#465048"
},
"shape": {
"type": "circle",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit bada382

Please sign in to comment.