zen-browser: fix select tags not being readable (#1738)

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

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
Karun Sandhu 2025-07-23 04:17:39 +02:00 committed by GitHub
parent 6e8c6906c1
commit 37673b1de0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,3 +124,9 @@ hbox#titlebar {
#zen-appcontent-navbar-container {
background-color: #{{base00-hex}} !important;
}
#contentAreaContextMenu menu,
menuitem,
menupopup {
color: #{{base05-hex}} !important;
}