From 3d2078d6a56d594d4e151d0f87dc63f650d9a082 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Jun 2022 15:09:47 +0200 Subject: Fix top menu opacity --- client/src/sass/bootstrap.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/sass/bootstrap.scss') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 6a5d36639..28a6f4807 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -187,7 +187,7 @@ font-weight: $font-semibold !important; .nav-link { - opacity: 0.6 !important; + opacity: 0.7 !important; &.active, &:hover, @@ -211,7 +211,7 @@ font-weight: $font-semibold; border: 0; border-bottom: 2px solid transparent; - opacity: 0.6; + opacity: 0.7; &.active { color: pvar(--mainForegroundColor); -- cgit v1.2.3