Skip to content

Commit

Permalink
Fixed color theme glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-yip committed Sep 2, 2024
1 parent 184ced9 commit b5a0ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ color_input.addEventListener("change", function (e) {
apple_img.src = "./public/app_icons/icons8-apple-480-light.png";
wiki_img.src = "public/app_icons/icons8-wikipedia-512_light.png";
instagram_img.src = "./public/app_icons/icons8-instagram-512.png";
airpods_img.src = "./public/app_icons/icons8-airpods-3-100_light.png";
});

// sound on mouse hover
Expand Down

0 comments on commit b5a0ec7

Please sign in to comment.