From 78a8992f711711a0b0cd893e84f6cc9765e68ad5 Mon Sep 17 00:00:00 2001 From: augmentedpotato Date: Wed, 15 Apr 2026 02:49:26 -0600 Subject: [PATCH] Minor change to appointments page --- web/app/globals.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;