diff --git a/web/styles/events.css b/web/styles/events.css index fd845a2..12b0159 100644 --- a/web/styles/events.css +++ b/web/styles/events.css @@ -8,9 +8,7 @@ div.eventList { div.eventList a.event { display: inline-block; color: white !important; - background-color: var(--nav-background-color) !important; margin: 10px 10px 10px 10px; - border-radius: 5px; } div.eventList a.event:hover { @@ -25,6 +23,8 @@ div.eventList a.event div.event { transition: transform .5s; padding: 5px 5px 5px 5px; box-shadow: inset 5px 5px 0px 0px var(--logo-background-color); + background-color: var(--nav-background-color) !important; + border-radius: 5px; } div.eventList a.event div.event:hover {