style(next): apply tint for mica

pull/717/head
Elian Doran 2024-12-07 01:13:39 +07:00
parent e21e0c6b38
commit d35da72505
No known key found for this signature in database
1 changed files with 6 additions and 2 deletions

@ -415,9 +415,13 @@ body.layout-horizontal {
body.background-effects,
body.background-effects #root-widget {
background: transparent !important;
--launcher-pane-background-color: transparent;
--launcher-pane-background-color: rgba(255, 255, 255, 0.055);
--tab-background-color: transparent;
--active-tab-background-color: transparent;
--active-tab-background-color: var(--launcher-pane-background-color);
}
body.background-effects #launcher-pane .launcher-button {
background-color: transparent;
}
/* Matches when the left pane is collapsed */