diff --git a/static/afac26.html b/static/afac26.html index a3ba1e2..5db9b9b 100644 --- a/static/afac26.html +++ b/static/afac26.html @@ -129,9 +129,8 @@ } .donation-group wa-button { width: calc(50% - 0.25rem); - cursor: pointer; } - #rsvp-btn, #logout-btn, a[href="/"] { + wa-button::part(base) { cursor: pointer; } diff --git a/static/index.html b/static/index.html index c117770..97d9168 100644 --- a/static/index.html +++ b/static/index.html @@ -34,14 +34,15 @@ gap: 0.5rem; } .header .spacer { flex: 1; } - #logout-btn { cursor: pointer; } + wa-button::part(base), .event-card { + cursor: pointer; + } .event-card { display: flex; align-items: center; gap: 1rem; text-decoration: none; color: inherit; - cursor: pointer; } .event-card img { height: 80px;