test primary focus
This commit is contained in:
parent
bd7dc5e616
commit
0a0a1b5551
@ -4,16 +4,12 @@
|
|||||||
:root {
|
:root {
|
||||||
--primary: #189ad6;
|
--primary: #189ad6;
|
||||||
--primary-hover: #0288d1;
|
--primary-hover: #0288d1;
|
||||||
--primary-focus: rgba(3, 155, 229, 0.125);
|
--primary-focus: #c99a2c;
|
||||||
--primary-inverse: #fff;
|
--primary-inverse: #fff;
|
||||||
--form-element-active-border-color: var(--primary);
|
--form-element-active-border-color: var(--primary);
|
||||||
--form-element-focus-color: var(--primary-focus);
|
--form-element-focus-color: var(--primary-focus);
|
||||||
--switch-color: var(--primary-inverse);
|
--switch-color: var(--primary-inverse);
|
||||||
--switch-checked-background-color: var(--primary);
|
--switch-checked-background-color: var(--primary);
|
||||||
|
|
||||||
::selection{
|
|
||||||
background: #c99a2c;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:root:not([data-theme='dark']) {
|
:root:not([data-theme='dark']) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user