Minor change to appointments page

This commit is contained in:
augmentedpotato
2026-04-15 02:49:26 -06:00
parent dfc3d627c8
commit 78a8992f71

View File

@@ -1445,6 +1445,16 @@ body {
margin: 0.25rem 0 0;
}
.appt-no-slots a {
color: #2563eb;
text-decoration: underline;
font-weight: 500;
}
.appt-no-slots a:hover {
color: #1d4ed8;
}
.appt-pets-grid {
display: flex;
flex-wrap: wrap;