From 9af7dd645f9a12f3fe01d6b5aec34e2180b33e3b Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 26 Aug 2023 12:00:32 +1000 Subject: [PATCH] sidebar transparent background --- src/widget/Sidebar/style.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/Sidebar/style.module.scss b/src/widget/Sidebar/style.module.scss index 7309588..bb30937 100644 --- a/src/widget/Sidebar/style.module.scss +++ b/src/widget/Sidebar/style.module.scss @@ -1,5 +1,5 @@ .sidebar { - background: #080808; + background: #080808a0; position: fixed; top: 32px;