Skip to content

Commit

Permalink
make flickeringBone more natural
Browse files Browse the repository at this point in the history
  • Loading branch information
Megaemce committed Apr 10, 2024
1 parent 9d700bd commit 34e8194
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fire.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@ button {

@keyframes flickeringBone {
0% {
filter: brightness(1);
filter: brightness(0);
}
50% {
filter: brightness(7);
filter: brightness(2);
}
100% {
filter: brightness(1);
filter: brightness(0);
}
}
@keyframes flickeringLights {
Expand Down

0 comments on commit 34e8194

Please sign in to comment.