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:
parent
eb9ed050b3
commit
6db020aebf
1 changed files with 5 additions and 0 deletions
|
|
@ -151,4 +151,9 @@ with colors;
|
|||
background-color: #${base02-hex} !important;
|
||||
}
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: #${base02-hex} !important;
|
||||
color: #${base05-hex} !important;
|
||||
}
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue