Skip to content

Commit b4fa29a

Browse files
svanekejklare
authored andcommitted
Minor CSS fix
Signed-off-by: Johannes Pistorius <pistorius@osism.tech> Signed-off-by: Jan Klare <klare@osism.tech>
1 parent 11aabaa commit b4fa29a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,15 @@ li a:hover {
270270
color: var(--osism-koralle);
271271
}
272272

273+
/* Verlinkter Bild-Hover-Effekt */
274+
a img {
275+
transition: opacity 0.3s ease;
276+
}
277+
278+
a:hover img {
279+
opacity: 0.7;
280+
}
281+
273282
/* Links in Fließtext */
274283
main p a,
275284
.markdown p a,

0 commit comments

Comments
 (0)