diff options
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 { |
