Dark mode: Better colors for checkboxes (#1159)

This commit is contained in:
Alexander Zinchuk 2021-06-14 09:57:15 +03:00
parent ce51fddd33
commit 6f8120d911

View File

@ -79,7 +79,7 @@
&::before {
border: 2px solid var(--color-borders-input);
border-radius: .25rem;
background-color: var(--color-white);
background-color: var(--color-background);
transition: border-color .1s ease, background-color .1s ease;
}