diff --git a/src/components/assets/Navbar.scss b/src/components/assets/Navbar.scss index 519ca4b..5b03fc9 100644 --- a/src/components/assets/Navbar.scss +++ b/src/components/assets/Navbar.scss @@ -128,7 +128,7 @@ body { right: 0; height: 65%; padding-bottom: 2%; - opacity: 90%; + opacity: 0.9; top: 8vh; display: flex; flex-direction: column; @@ -139,7 +139,7 @@ body { transition: transform 0.5s ease-in; li { - opacity: 100%; + opacity: 1; } } @@ -171,7 +171,7 @@ body { } to { - opacity: 90%; + opacity: 1; transform: translateX(0px); } }