Skip to content

Commit

Permalink
Merge pull request #64 from aidan-yip/preview
Browse files Browse the repository at this point in the history
adjusted facetime background color
  • Loading branch information
aidan-yip authored Sep 2, 2024
2 parents 5defcba + 184ced9 commit 7e9d8ab
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 7e9d8ab

Please sign in to comment.