zen-browser/userContent: add text selection theming

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

Reviewed-by: Karun Sandhu <karun@sndh.dev>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Pascal0577 2026-02-04 16:43:37 -06:00 committed by NAHO
parent eb9ed050b3
commit 6db020aebf
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

View file

@ -151,4 +151,9 @@ with colors;
background-color: #${base02-hex} !important;
}
}
::selection {
background-color: #${base02-hex} !important;
color: #${base05-hex} !important;
}
''