discord/common/color-theme: add text selection theming (#2195)
Link: https://github.com/nix-community/stylix/pull/2195 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
72e6483a88
commit
db03fed72e
1 changed files with 6 additions and 0 deletions
|
|
@ -352,6 +352,12 @@ colors: ''
|
|||
background: var(--base00) !important;
|
||||
}
|
||||
|
||||
/*--- Text Selection Highlight Recolor ---*/
|
||||
::selection {
|
||||
background-color: var(--base02);
|
||||
color: var(--base05);
|
||||
}
|
||||
|
||||
/*--- Increase Text Legibility ---*/
|
||||
* {
|
||||
text-rendering: optimizeLegibility !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue