From 074a6356c0710c27915dff0a3935aacb7e0f13f9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 19 Apr 2026 20:05:43 +0000 Subject: [PATCH] Update prev/next card button styles: box-shadow on hover only, border-radius 5px Agent-Logs-Url: https://github.com/ProLoser/funcheapmap/sessions/9e96c265-3137-4d8f-b42a-562ee7cb2407 Co-authored-by: ProLoser <67395+ProLoser@users.noreply.github.com> --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 0a385de..a087956 100644 --- a/style.css +++ b/style.css @@ -277,6 +277,11 @@ html, body, #map-canvas { line-height: 1; padding: 2px 6px; min-width: 28px; + border-radius: 5px; + box-shadow: none; + &:hover { + box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3); + } } #event-card-counter {