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;
}

View file

@ -226,10 +226,10 @@ figure img.cover{ object-fit: cover; max-width: none; width:100%; height:100%;}
height: auto;
}
.full-bleed-image figure img{
object-fit: cover;
max-width: none;
width:100%;
.full-bleed-image figure img{
object-fit: cover;
max-width: none;
width:100%;
height:100%;
}

View file

@ -29,9 +29,9 @@
--green: #000;
--blue: #000;
--silver: #8A8D8F;
--copper: #a8923f;
/* PANTONE 8642 C */
--silver: rgb(138, 131, 124);
--copper: rgb(147, 121, 118);
/* PANTONE 10444 C ou 8002 C */
--border: 4mm; /* à enlever */