Submission checklist
Feature type
Configuration / customization
Feature summary
I found there's missing color injection to Zen Browser's background edges. They appear on top, right and bottom edges as black/grey bars.
I'm on CachyOS Niri Noctalia using zen-browser-bin.
Proposed solution
To change this I made my own user template, copied the default zen-browser template from the github repo and added the code below to it.
#zen-browser-background {
--zen-main-browser-background: var(--base) !important;
--zen-main-browser-background-old: var(--base) !important;
}

Submission checklist
Feature type
Configuration / customization
Feature summary
I found there's missing color injection to Zen Browser's background edges. They appear on top, right and bottom edges as black/grey bars.
I'm on CachyOS Niri Noctalia using zen-browser-bin.
Proposed solution
To change this I made my own user template, copied the default zen-browser template from the github repo and added the code below to it.