Skip to content

Commit

Permalink
Merge pull request #63 from aidan-yip/preview
Browse files Browse the repository at this point in the history
Ajust app store background
  • Loading branch information
aidan-yip authored Sep 1, 2024
2 parents f12e4be + 34b91bf commit 5defcba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ appstore.onmouseover = () => {
background.style.backgroundPosition = "top";
background.style.backgroundPositionY = "20%";
background.style.backgroundSize = "400px 400px";
background.style.backgroundColor = "#7bcdff";
background.style.backgroundColor = "rgb(72, 185, 255)";
console.log("Corner radius expand");
};

Expand Down
1 change: 0 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ img {
background-attachment: fixed;
background-size: cover;
background-position: center;
background: rgb(34, 153, 251);
background: rgb(34, 135, 251);
background: linear-gradient(
0deg,
Expand Down

0 comments on commit 5defcba

Please sign in to comment.