changed selection background
This commit is contained in:
parent
162e4c7882
commit
bd7dc5e616
@ -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']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user