diff --git a/assets/css/style.css b/assets/css/style.css
index 0d13179..5ac1044 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -89,7 +89,7 @@ a {
margin-bottom: 1rem;
}
-.upgrades {
+#upgrades {
display: flex;
align-items: center;
gap: 0.8rem;
@@ -99,7 +99,7 @@ a {
padding: 0;
width: 3.6rem;
height: 3.6rem;
- border: 2px solid var(--color-light);
+ border: none;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
@@ -110,7 +110,7 @@ a {
height: 100%;
}
.upgrade:hover {
- transform: scale(1.05);
+ transform: scale(1.08);
}
.upgrade:active {
transform: scale(0.95);
diff --git a/assets/img/upgrades/calm_music.png b/assets/img/upgrades/calm_music.png
new file mode 100644
index 0000000..b62bcc3
Binary files /dev/null and b/assets/img/upgrades/calm_music.png differ
diff --git a/assets/img/upgrades/mood_lifter.png b/assets/img/upgrades/mood_lifter.png
index 3fa3d95..b552d7d 100644
Binary files a/assets/img/upgrades/mood_lifter.png and b/assets/img/upgrades/mood_lifter.png differ
diff --git a/assets/img/upgrades/saves.png b/assets/img/upgrades/saves.png
new file mode 100644
index 0000000..92ed41a
Binary files /dev/null and b/assets/img/upgrades/saves.png differ
diff --git a/index.html b/index.html
index 3cb91b2..0b35b79 100644
--- a/index.html
+++ b/index.html
@@ -36,10 +36,10 @@
-
-