From 7d92ebc0350a50543495c8ed8db7427f2708bc64 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 3 Jan 2026 22:39:33 -0800 Subject: [PATCH] Add pointer cursor to interactive elements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- static/afac26.html | 4 ++++ static/index.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/static/afac26.html b/static/afac26.html index 106f7e1..a3ba1e2 100644 --- a/static/afac26.html +++ b/static/afac26.html @@ -129,6 +129,10 @@ } .donation-group wa-button { width: calc(50% - 0.25rem); + cursor: pointer; + } + #rsvp-btn, #logout-btn, a[href="/"] { + cursor: pointer; } diff --git a/static/index.html b/static/index.html index 2150a23..c117770 100644 --- a/static/index.html +++ b/static/index.html @@ -34,12 +34,14 @@ gap: 0.5rem; } .header .spacer { flex: 1; } + #logout-btn { cursor: pointer; } .event-card { display: flex; align-items: center; gap: 1rem; text-decoration: none; color: inherit; + cursor: pointer; } .event-card img { height: 80px;