style(next): remove new tab background on mica

This commit is contained in:
Elian Doran 2024-12-07 10:05:51 +02:00
parent 5a5a3ab508
commit f5a21e47d5
No known key found for this signature in database

View File

@ -417,6 +417,7 @@ body.electron.platform-win32 {
--launcher-pane-horizontal-border-color: rgba(0, 0, 0, 0.15);
--launcher-pane-background-color: rgba(255, 255, 255, 0.7);
--tab-background-color: transparent;
--new-tab-button-background: transparent;
--active-tab-background-color: var(--launcher-pane-background-color);
--native-titlebar-background: #00000000;
--background-material: tabbed;