Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 authored Feb 7, 2024
1 parent 9ff779e commit 632dea8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ body {
left: 7.5vh;
}

#toggleClicks:hover {
background: rgba(255, 255, 255, 0.25);
}

#submit {
left: 4.2vh;
}
Expand Down Expand Up @@ -110,7 +106,8 @@ body {
#submit:hover,
#poweredOff:hover,
#decreaseradiochannel:hover,
#increaseradiochannel:hover {
#increaseradiochannel:hover,
#toggleClicks:hover {
background: rgba(255, 255, 255, 0.25);
}

Expand Down Expand Up @@ -147,4 +144,4 @@ body {

::-webkit-inner-spin-button {
display: none;
}
}

0 comments on commit 632dea8

Please sign in to comment.