fehlerbehebung
This commit is contained in:
parent
3e8f81ed4c
commit
66f6c401b0
|
@ -12,6 +12,7 @@ div.eventList a.event {
|
||||||
|
|
||||||
div.eventList a.event:hover {
|
div.eventList a.event:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.eventList a.event div.event {
|
div.eventList a.event div.event {
|
||||||
|
@ -20,7 +21,7 @@ div.eventList a.event div.event {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
background-color: var(--nav-background-color);
|
background-color: var(--nav-background-color) !important;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
transition: transform .5s;
|
transition: transform .5s;
|
||||||
|
|
Loading…
Reference in New Issue