[Postwall] Optik der Navigationspfeile angepasst

This commit is contained in:
Alexander Müller 2025-01-18 23:35:21 +01:00
parent 51acb5dede
commit f66bac48f1

View file

@ -202,15 +202,15 @@
height: 36px; height: 36px;
fill: #fff; fill: #fff;
cursor: pointer; cursor: pointer;
background-color: var(--background-color);
border-radius: 50%; border-radius: 50%;
border: solid 1px #fff;
padding: 9px; padding: 9px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, fill 0.3s ease; transition: transform 0.3s ease, fill 0.3s ease;
} }
.arrow-indicator svg:hover { .arrow-indicator svg:hover {
background-color: var(--secondary-background-color); background-color: var(--background-color);
} }
/* Responsives Verhalten */ /* Responsives Verhalten */