zen-browser: apply sidebar-box to set background color

This commit is contained in:
anders130 2026-04-21 23:40:22 +02:00 committed by NAHO
parent 5e88d93d41
commit 0ba47a3a55
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

View file

@ -40,6 +40,10 @@ with colors;
--swipe-nav-icon-accent-color: #${base00-hex} !important;
}
#sidebar-box {
background-color: #${base00-hex} !important;
}
.sidebar-placesTree {
background-color: #${base00-hex} !important;
}