Set highlight color for time of day cards

This commit is contained in:
Eli Ribble 2026-01-30 22:07:32 +00:00
parent 0700b1c446
commit f0fcfe548e
No known key found for this signature in database

View file

@ -69,7 +69,7 @@ select.tall {
margin: 20px 0;
}
.btn-check:checked + .btn.time-of-day-btn {
background-color: #0d6efd;
background-color: $info;
color: white;
}
.inspection-type-card {