diff --git a/index.html b/index.html
index 6470ddb..c3b632b 100644
--- a/index.html
+++ b/index.html
@@ -113,11 +113,6 @@
music
-
-
-
-
-
diff --git a/style.css b/style.css
index 153fbd6..158494a 100644
--- a/style.css
+++ b/style.css
@@ -237,13 +237,6 @@ header {
background-color: var(--accent-2);
}
-#arrow img {
- position: absolute;
- left: 30px;
- top: 40px;
- width: 250px;
-}
-
/* Socials */
#socials {
display: -webkit-box;
@@ -290,6 +283,11 @@ header {
background-color: var(--text-highlight);
}
+li#music:not(#here) a {
+ -webkit-animation: nav-flash 1s ease-in-out 5 alternate;
+ animation: nav-flash 1s ease-in-out 10 alternate;
+}
+
/* ------------------------------------------------------ */
@media only screen and (max-width: 790px) {
@@ -316,14 +314,9 @@ header {
width: 100px;
}
- #whitespace,
- #arrow {
+ #whitespace {
display: none;
}
- li#music:not(#here) a {
- -webkit-animation: nav-flash 1s ease-in-out infinite alternate;
- animation: nav-flash 1s ease-in-out infinite alternate;
- }
}
/* ---------- ANIMATIONS ---------- */