Add ::selection style

This commit is contained in:
Timothée Goguely 2024-10-29 12:10:36 +01:00
parent 20eb186c37
commit ac337a03b4

View file

@ -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);
} }