Skip to content

Commit

Permalink
Fix issue PriyaGhosal#887
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityadhiman0 committed Oct 31, 2024
1 parent aebcbaf commit 0c6ecf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,11 @@ button:hover {
align-items: center;
gap: 10px;
}
.live-count:hover{
box-shadow: 0px 15px 40px hsla(0, 0%, 0%, 0.2);
transform: scale(1.03,1.03);
transition-duration: 90ms;
}

.live-count-emoji {
font-size: 30px;
Expand Down

0 comments on commit 0c6ecf8

Please sign in to comment.