Update image glitch generator; change example image
All checks were successful
/ build (push) Successful in 12s

This commit is contained in:
lilith 2025-03-05 23:35:42 +01:00
commit cf0b76efbc
Signed by: lilith
SSH key fingerprint: SHA256:WMHGS60rozMrHkA/VT+Ole85sPCLZ190yemdzY68WJo
14 changed files with 221 additions and 71 deletions

View file

@ -544,10 +544,6 @@ figure {
max-height: 30vh;
object-fit: contain;
object-position: center;
&.glitch {
filter: url("glitch.svg#glitch");
}
}
}
@ -557,8 +553,4 @@ img {
object-fit: contain;
object-position: center;
margin: 0 auto;
&.glitch {
filter: url("glitch.svg#glitch");
}
}