style: selection and focus color

This commit is contained in:
Lucas Larroche 2023-01-28 12:22:55 +07:00
parent dfa4041b77
commit 6c3e126943
13 changed files with 52 additions and 39 deletions

View file

@ -210,6 +210,6 @@
// selection
::selection {
background-color: var(#{$}primary-focus);
background-color: var(#{$}text-selection-color);
}
}