diff --git a/web/app/globals.css b/web/app/globals.css index 70647f2d..5004588a 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -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;