checkbox focus color

This commit is contained in:
Michael Shamoon 2022-03-08 16:05:21 -08:00
parent 03ffc6c62e
commit ea6cfa738d

View File

@ -118,6 +118,10 @@ textarea,
border-color: var(--bs-primary);
}
.form-check-input:focus {
border-color: var(--bs-primary);
}
.page-link {
color: var(--bs-primary);
background-color: var(--bs-body-bg);