Global checkbox styles

This commit is contained in:
Kalle (Sendou) 2021-12-05 13:52:47 +02:00
parent 2b689abb3e
commit 758f9e71ca

View File

@ -121,6 +121,7 @@ input:not(.plain) {
border-radius: var(--rounded);
color: var(--text);
outline: none;
accent-color: var(--theme);
}
input:user-invalid {
@ -146,6 +147,11 @@ input:not(.plain).error {
outline: 2px solid var(--theme-error);
}
input[type="checkbox"] {
height: 16px;
width: 16px;
}
label {
display: block;
color: var(--text-lighter);