mirror of
https://codeberg.org/kirche-im-netz/Startodon-Hub.git
synced 2025-07-03 14:05:01 +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;
|
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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue