From 251957f89aef98abb1d43af09e4d3908aaa21ac3 Mon Sep 17 00:00:00 2001 From: jona Date: Thu, 23 Mar 2023 20:11:27 +0100 Subject: [PATCH] card backgroudcolor to f5f5f5 --- js/src/components/Event/EventCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/components/Event/EventCard.vue b/js/src/components/Event/EventCard.vue index 25072a617..a9b26f6aa 100644 --- a/js/src/components/Event/EventCard.vue +++ b/js/src/components/Event/EventCard.vue @@ -149,7 +149,7 @@ export default class EventCard extends Vue { a.card { display: block; - background: #fafafa; + background: #f5f5f5; color: #000000; &:hover {