Skip to content

Commit

Permalink
Merge pull request #66 from MonalikaPatnaik/main
Browse files Browse the repository at this point in the history
Fixed Responsiveness of Audio Button
  • Loading branch information
Akanchha112 authored Jan 21, 2024
2 parents b0fc081 + 52dccf2 commit 8dbe8c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dark/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ input#un-mute:checked ~ .mute img {
height: 50px;
width: 50px;
margin-top: 50px;
margin-left:1009px;
right: 0;
border-style: groove;
border-color: rgb(9, 9, 54);
border-radius: 50%;
Expand All @@ -232,7 +232,7 @@ input#un-mute:checked ~ .mute img {
border-radius: 50%;
border-style: groove;
border-color: rgb(9, 9, 54);
margin-left: 1009px;
right: 0;
height: 50px;
width: 50px;
}
Expand Down
4 changes: 2 additions & 2 deletions Light/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ input#un-mute:checked ~ .mute img {
height: 50px;
width: 50px;
margin-top: 50px;
margin-left:1009px;
right: 0;
border-style: groove;
border-color: rgb(9, 9, 54);
border-radius: 50%;
Expand All @@ -232,7 +232,7 @@ input#un-mute:checked ~ .mute img {
border-radius: 50%;
border-style: groove;
border-color: rgb(9, 9, 54);
margin-left: 1009px;
right: 0;
height: 50px;
width: 50px;
}
Expand Down

0 comments on commit 8dbe8c2

Please sign in to comment.