Apply glassmorphism styling to event cards on list view

Replace solid white event cards with glass-effect cards featuring
backdrop blur, semi-transparent gradient backgrounds, and light
borders that blend with the Electric Dusk gradient background.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 17:50:20 +01:00
parent 752d153cd4
commit e203ecf687
4 changed files with 57 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ defineProps<{
.section-header {
font-size: 1rem;
font-weight: 700;
color: var(--color-text);
color: var(--color-text-on-gradient);
margin: 0;
padding: var(--spacing-sm) 0;
}