style(next): use main background color on mobile

This commit is contained in:
Elian Doran 2025-11-15 12:52:20 +02:00
parent 254d3a1c8e
commit b7703fc4df
No known key found for this signature in database

View File

@ -16,6 +16,10 @@
background-color: var(--root-background); background-color: var(--root-background);
} }
body.mobile #root-widget {
background-color: var(--main-background-color);
}
body { body {
--native-titlebar-darwin-x-offset: 10; --native-titlebar-darwin-x-offset: 10;
--native-titlebar-darwin-y-offset: 12 !important; --native-titlebar-darwin-y-offset: 12 !important;