From b1340602abca903de3df211b6b75c81dda66498c Mon Sep 17 00:00:00 2001 From: xoy Date: Sun, 29 Jan 2023 19:09:09 +0100 Subject: [PATCH] fehlerbehebung --- web/styles/events.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/events.css b/web/styles/events.css index 273cf21..7112d52 100644 --- a/web/styles/events.css +++ b/web/styles/events.css @@ -8,11 +8,12 @@ div.eventList { div.eventList a.event { display: inline-block; position: relative; + color: white !important; + background-color: var(--nav-background-color) !important; } div.eventList a.event:hover { text-decoration: none; - color: white !important; } div.eventList a.event div.event { @@ -21,7 +22,6 @@ div.eventList a.event div.event { max-width: 200px; width: 100%; height: 200px; - background-color: var(--nav-background-color) !important; border-radius: 10px; transform: scale(1); transition: transform .5s;