fix: Fixed lightweight themes being enabled by default and other small theme changes, b=no-bug, c=common, tabs, workspaces

This commit is contained in:
mr. m
2025-06-26 01:00:57 +02:00
parent 65c72a7871
commit 47c5cc7ccb
5 changed files with 21 additions and 12 deletions

View File

@@ -22,4 +22,4 @@ pref('zen.theme.window.scheme', 'auto'); // auto, light, dark
#endif
// Light weight themes
pref('zen.theme.disable-lightweight', false);
pref('zen.theme.disable-lightweight', true);

View File

@@ -759,7 +759,7 @@
border-radius: var(--tab-border-radius);
&:hover {
background: var(--toolbarbutton-active-background);
background: var(--toolbarbutton-hover-background);
}
& image {