Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions public/js/bg.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
height: 1px;
border-radius: 50%;
box-shadow: ${starsSmall};
animation: animStar 50s linear infinite;
`;
}

Expand All @@ -79,6 +80,7 @@
height: 1.5px;
border-radius: 50%;
box-shadow: ${starsMedium};
animation: animateParticle 100s linear infinite;
`;
}

Expand All @@ -88,6 +90,7 @@
height: 2px;
border-radius: 50%;
box-shadow: ${starsLarge};
animation: animateParticle 150s linear infinite;
`;
}
}
Expand Down