zen-browser: remove redundant toolbar background overrides

This commit is contained in:
anders130 2026-04-22 00:10:47 +02:00 committed by NAHO
parent c3e936eed5
commit 13a037ef67
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

View file

@ -52,10 +52,6 @@ with colors;
background-color: #${base00-hex} !important;
}
#TabsToolbar {
background-color: #${base00-hex} !important;
}
.urlbar-background {
background-color: #${base02-hex} !important;
}
@ -143,10 +139,6 @@ with colors;
--zen-main-browser-background-toolbar: #${base00-hex} !important;
}
#zen-appcontent-navbar-container {
background-color: #${base00-hex} !important;
}
#commonDialog {
background-color: #${base00-hex} !important;
}