diff --git a/web/styles/events.css b/web/styles/events.css index 72ac9d7..273cf21 100644 --- a/web/styles/events.css +++ b/web/styles/events.css @@ -12,6 +12,7 @@ div.eventList a.event { div.eventList a.event:hover { text-decoration: none; + color: white !important; } div.eventList a.event div.event { @@ -20,7 +21,7 @@ div.eventList a.event div.event { max-width: 200px; width: 100%; height: 200px; - background-color: var(--nav-background-color); + background-color: var(--nav-background-color) !important; border-radius: 10px; transform: scale(1); transition: transform .5s;