checkbox focus color

This commit is contained in:
Michael Shamoon 2022-03-08 16:05:21 -08:00
parent 9e2fd52434
commit 76115d6a81

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);