Theme checkboxes using the primary color

This commit is contained in:
Andreas Nedbal 2023-10-30 01:03:29 +01:00 committed by Andreas Nedbal
parent 1c4002f1ff
commit 117a595f49
1 changed files with 9 additions and 0 deletions

View File

@ -20,3 +20,12 @@
background-color: var(--raised-accent);
border: 0;
}
.form-check-input:checked {
background-color: var(--primary);
border-color: var(--primary);
}
.form-check-input:focus {
box-shadow: rgba(var(--primary-rgb), 0.25) 0 0 0 0.25rem;
}