am css gearbeitet

This commit is contained in:
xoy 2023-01-29 20:18:47 +01:00
parent f35bbeb4d4
commit 9cabcff777
1 changed files with 2 additions and 2 deletions

View File

@ -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 {