changed selection background

This commit is contained in:
Olivier Demers 2023-04-25 20:47:15 +00:00
parent 162e4c7882
commit bd7dc5e616

View File

@ -10,6 +10,10 @@
--form-element-focus-color: var(--primary-focus);
--switch-color: var(--primary-inverse);
--switch-checked-background-color: var(--primary);
::selection{
background: #c99a2c;
}
}
:root:not([data-theme='dark']) {