Skip to content

Commit

Permalink
Color particles
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Sep 23, 2024
1 parent cb98885 commit 8b85bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.onload = function() {
window.onload = function () {
Particles.init({
selector: '.background',
color: '#868e96'
color: ['#f8f9fa', '#ced4da', '#868e96', '#74c0fc', '#4dabf7']
});
};

0 comments on commit 8b85bb9

Please sign in to comment.