Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sujanthapa01 authored Feb 4, 2024
1 parent 7f10bca commit c60f9c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,10 @@ button:hover .filled {
box-shadow: #c7ffc0 0px 0px 8px 4px;
font-family: 'Libre Baskerville', serif;

animation: flicker1 15s infinite;
animation: flicker2 15s infinite;
}

@keyframes flicker1 {
@keyframes flicker2 {
0%, 25% {
box-shadow: #c7ffc0 0px 0px 8px 4px;
}
Expand All @@ -665,4 +665,4 @@ button:hover .filled {
50% {
box-shadow: #c7ffc0 0px 0px 8px 4px;
}
}
}

0 comments on commit c60f9c9

Please sign in to comment.