merge web-v2 #307

Merged
RecentRunner merged 3 commits from web-v2 into main 2026-04-15 07:07:34 -06:00
Showing only changes of commit 78a8992f71 - Show all commits

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;