diff --git a/index.html b/index.html
index 89d92f0..a7d479b 100644
--- a/index.html
+++ b/index.html
@@ -160,6 +160,13 @@
gap: 2rem;
list-style: none;
align-items: center;
+ position: relative;
+ z-index: 10;
+ }
+
+ .nav-links li {
+ position: relative;
+ z-index: 10;
}
.nav-links a {
@@ -167,6 +174,9 @@
text-decoration: none;
font-size: 0.9rem;
transition: color 0.3s;
+ cursor: pointer;
+ position: relative;
+ z-index: 10;
}
.nav-links a:hover {
@@ -244,6 +254,7 @@
width: 100%;
height: 100%;
opacity: 0;
+ pointer-events: none;
}
.glitch:hover::before {