From 184ced914ff936e296c9818aed7601262a616629 Mon Sep 17 00:00:00 2001 From: Aidan Y Date: Sun, 1 Sep 2024 20:35:19 -0700 Subject: [PATCH] adjusted facetime background color --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index ec10f38..6b1ab06 100644 --- a/script.js +++ b/script.js @@ -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(); };