From 73499c12d75b2d3a4bb68cd4d15f7a9baa3ada75 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Mon, 2 Aug 2021 10:34:18 +0200 Subject: [PATCH] feat: Sidebar overlay style tweaks. --- client/src/style/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/style/App.scss b/client/src/style/App.scss index 3cac86572..0d736a1ca 100644 --- a/client/src/style/App.scss +++ b/client/src/style/App.scss @@ -317,5 +317,5 @@ html[lang^="ar"] { } .sidebar-overlay-backdrop{ - background-color: rgba(0, 10, 30, 0.6); + background-color: rgba(0, 10, 30, 0.15); } \ No newline at end of file