diff --git a/package.json b/package.json
index 47ce8b1..92ccbc3 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,6 @@
   "scripts": {
     "build": "CI=false && react-scripts build",
     "start": "serve -s build/"
-
   },
   "eslintConfig": {
     "extends": [
diff --git a/src/components/assets/Navbar.scss b/src/components/assets/Navbar.scss
index e9e2e60..10f5b6e 100644
--- a/src/components/assets/Navbar.scss
+++ b/src/components/assets/Navbar.scss
@@ -133,13 +133,13 @@ body {
     display: flex;
     flex-direction: column;
     align-items: center;
-    background-color: $black;
+    background-color: #293241;
     width: 30%;
     transform: translateX(100%);
     transition: transform 0.5s ease-in;
 
     li {
-      opacity: 0;
+      opacity: 90%; 
     }
   }