diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-01-24 01:53:42 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-01-24 01:53:42 +0000 |
| commit | ed3faf85e6a6e8083128ec68894533738c762b04 (patch) | |
| tree | e8bb6ddc4b0d470c024667ab3ccacd3e2f85cf50 /components/EventListing.vue | |
| parent | 0248517c6845a6c755d40c89d3d769ce7d60bd03 (diff) | |
Add /live
Diffstat (limited to 'components/EventListing.vue')
| -rw-r--r-- | components/EventListing.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/EventListing.vue b/components/EventListing.vue index 287fbfc..5c04189 100644 --- a/components/EventListing.vue +++ b/components/EventListing.vue @@ -127,7 +127,7 @@ const removeFavourite = async () => { } .event-details:hover { - background-color: var(--color-background-muted); + background-color: var(--color-hover); } .event { |
