Skip to content

Commit

Permalink
adjusted facetime background color
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-yip committed Sep 2, 2024
1 parent 34b91bf commit 184ced9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ facetime.onmouseover = () => {
background.style.backgroundPosition = "top";
background.style.backgroundPositionY = "20%";
background.style.backgroundSize = "400px 400px";
background.style.backgroundColor = "rgb(128, 248, 119)";
background.style.backgroundColor = "rgb(115, 217, 106)";
play_hover_fx();
};

Expand Down

0 comments on commit 184ced9

Please sign in to comment.