From 3f104ca663cb98eb57cdfe6944b1f81d4a2229a7 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 7 Dec 2024 02:34:28 +0200 Subject: [PATCH] style(next): fix native buttons background for mica --- src/public/stylesheets/theme-next.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 1bb66a364..10f50c9b4 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -418,6 +418,7 @@ body.background-effects { --tab-background-color: transparent; --active-tab-background-color: var(--launcher-pane-background-color); --launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.5); + --native-titlebar-background: #00000000; } body.background-effects,