images modifs

This commit is contained in:
sarahgarcin1 2026-04-09 18:19:19 +02:00
parent 0545b131de
commit 714f0a12f8
20 changed files with 134 additions and 22 deletions

View file

@ -30,4 +30,16 @@ figure[data-crop="false"] img {
width: 100%;
height: auto;
object-fit: contain;
}
/* --- INTERPAGE ---- */
.interpage figure {
/*background-color: var(--copper);*/
background-color: var(--silver);
}
.interpage figure img {
filter: grayscale(100%);
mix-blend-mode: screen;
}