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;