fehlerbehebung

This commit is contained in:
xoy 2023-01-29 19:09:09 +01:00
parent 66f6c401b0
commit 33bffd0465
1 changed files with 2 additions and 2 deletions

View File

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