diff --git a/index.html b/index.html
index b6b338b..bbe031b 100644
--- a/index.html
+++ b/index.html
@@ -87,9 +87,9 @@
nav {
background-color: var(--primary-color);
padding: 0.5rem 0;
- border-bottom: 1px solid rgba(/* Add this CSS rule for the navbar */
- position: relative; /* or 'fixed' if the navbar should stay on top when scrolling */
- z-index: 99996666; /* Ensure this is higher than any other element's z-index */
+ border-bottom: 1px solid rgba;
+ position: relative;
+ z-index: 99996666;
}
nav ul {