Add ::selection style
This commit is contained in:
parent
20eb186c37
commit
ac337a03b4
1 changed files with 2 additions and 1 deletions
|
|
@ -254,5 +254,6 @@ button {
|
||||||
|
|
||||||
/* High contrast selection style */
|
/* High contrast selection style */
|
||||||
::selection {
|
::selection {
|
||||||
background: var(--color-grey);
|
background: var(--color-primary);
|
||||||
|
color: var(--color-white);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue