From e801d5d618d046342e859edb1acab86eebde8dee Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Thu, 18 Mar 2021 18:41:43 +0200 Subject: [PATCH] fix(Style): organization title more lighter. --- client/src/style/containers/Dashboard/Sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/style/containers/Dashboard/Sidebar.scss b/client/src/style/containers/Dashboard/Sidebar.scss index 057a7d06b..24bcea38c 100644 --- a/client/src/style/containers/Dashboard/Sidebar.scss +++ b/client/src/style/containers/Dashboard/Sidebar.scss @@ -60,7 +60,7 @@ font-size: 15px; &:not([class*="bp3-intent-"]):not(.bp3-minimal) { - color: rgba(255, 255, 255, 0.9); + color: rgba(255, 255, 255, 0.95); } &:hover, &:focus,