zen-browser: fix urlbar theming after version 1.16b (#1912)

Link: https://github.com/nix-community/stylix/pull/1912

Reviewed-by: Karun Sandhu <129101708+MrSom3body@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Saad Nadeem 2025-09-29 03:35:26 -04:00 committed by GitHub
parent f23b6c30cc
commit fe74ba4ade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View file

@ -42,7 +42,7 @@ with colors;
background-color: #${base00-hex} !important;
}
#urlbar-background {
.urlbar-background {
background-color: #${base02-hex} !important;
}
@ -55,6 +55,11 @@ with colors;
color: #${base0D-hex} !important;
}
#urlbar-input::selection {
background-color: #${base0D-hex} !important;
color: #${base00-hex} !important;
}
#zenEditBookmarkPanelFaviconContainer {
background: #${base00-hex} !important;
}