From 90d979dd1818cc3f487ea4e046764441da684264 Mon Sep 17 00:00:00 2001 From: Ram Reddy Date: Sat, 17 Jul 2021 14:28:25 -0400 Subject: [PATCH] Should fix --- package.json | 1 - src/components/assets/Navbar.scss | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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%; } }