back to primary-focus

This commit is contained in:
Olivier Demers 2023-04-25 21:10:53 +00:00
parent 51feb4512c
commit e7eaff122e

View File

@ -5,13 +5,11 @@
--primary: #189ad6;
--primary-hover: #0288d1;
--primary-inverse: #fff;
--primary-focus: rgba(201, 154, 44, 0.3);
--form-element-active-border-color: var(--primary);
--form-element-focus-color: var(--primary-focus);
--switch-color: var(--primary-inverse);
--switch-checked-background-color: var(--primary);
*::selection{
background-color: #c99a2c;
}
}
:root:not([data-theme='dark']) {
@ -21,9 +19,7 @@
--color: white;
--border-width: 2px;
--active-link-color: #0a1425;
*::selection{
background-color: #c99a2c;
}
--primary-focus: rgba(201, 154, 44, 0.3);
}
@media only screen and (prefers-color-scheme: dark) {
@ -33,8 +29,6 @@
--card-background-color: #0c192e;
--card-border-color: #c99a2c;
--active-link-color: #189ad6;
*::selection{
background-color: #c99a2c;
}
--primary-focus: rgba(201, 154, 44, 0.3);
}
}