proper selection colors

This commit is contained in:
Henry Jameson 2024-03-04 19:53:45 +02:00
commit 7e01d2083d
3 changed files with 23 additions and 2 deletions

View file

@ -887,3 +887,8 @@ option {
padding: 0;
position: absolute;
}
*::selection {
color: var(--selectionText);
background-color: var(--selectionBackground);
}