Add pointer cursor to interactive elements

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-03 22:39:33 -08:00
parent 8a94f64745
commit 7d92ebc035
2 changed files with 6 additions and 0 deletions

View File

@@ -129,6 +129,10 @@
}
.donation-group wa-button {
width: calc(50% - 0.25rem);
cursor: pointer;
}
#rsvp-btn, #logout-btn, a[href="/"] {
cursor: pointer;
}
</style>
</head>

View File

@@ -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;