mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-06-21 00:26:08 +02:00
[Postwall] Optik der Navigationspfeile angepasst
This commit is contained in:
parent
51acb5dede
commit
f66bac48f1
1 changed files with 2 additions and 2 deletions
|
@ -202,15 +202,15 @@
|
|||
height: 36px;
|
||||
fill: #fff;
|
||||
cursor: pointer;
|
||||
background-color: var(--background-color);
|
||||
border-radius: 50%;
|
||||
border: solid 1px #fff;
|
||||
padding: 9px;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||
transition: transform 0.3s ease, fill 0.3s ease;
|
||||
}
|
||||
|
||||
.arrow-indicator svg:hover {
|
||||
background-color: var(--secondary-background-color);
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
/* Responsives Verhalten */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue