From 6365682ae1ca07df50b3f220d26783ba72a3fa3f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 7 Dec 2024 02:19:33 +0200 Subject: [PATCH] style(next): tweak horizontal layout mica intensity --- src/public/stylesheets/theme-next.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index c7aa567f8..c32abc2bd 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -416,7 +416,7 @@ body.layout-horizontal { body.background-effects, body.background-effects #root-widget { background: transparent !important; - --launcher-pane-background-color: rgba(255, 255, 255, 0.055); + --launcher-pane-background-color: rgba(255, 255, 255, 0.09); --tab-background-color: transparent; --active-tab-background-color: var(--launcher-pane-background-color); --launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.5);