proper selection colors
This commit is contained in:
parent
075f2cb903
commit
7e01d2083d
3 changed files with 23 additions and 2 deletions
|
|
@ -887,3 +887,8 @@ option {
|
|||
padding: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
*::selection {
|
||||
color: var(--selectionText);
|
||||
background-color: var(--selectionBackground);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue