From 576a80c92c1698a5590e95b479392aa4cdc6a1d0 Mon Sep 17 00:00:00 2001 From: Ram Reddy <69733662+ramnreddy15@users.noreply.github.com> Date: Sat, 17 Jul 2021 14:40:26 -0400 Subject: [PATCH] Update Navbar.scss --- src/components/assets/Navbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } }