diff --git a/src/components/assets/Navbar.scss b/src/components/assets/Navbar.scss
index 10f5b6e..519ca4b 100644
--- a/src/components/assets/Navbar.scss
+++ b/src/components/assets/Navbar.scss
@@ -139,7 +139,7 @@ body {
     transition: transform 0.5s ease-in;
 
     li {
-      opacity: 90%; 
+      opacity: 100%; 
     }
   }
 
@@ -171,7 +171,7 @@ body {
   }
 
   to {
-    opacity: 1;
+    opacity: 90%;
     transform: translateX(0px);
   }
 }