Project-closer (en cours)

This commit is contained in:
Camilledenoray 2026-06-04 18:32:41 +02:00
parent 40366f617b
commit 62623d095e
5 changed files with 41 additions and 1 deletions

View file

@ -146,6 +146,18 @@ nav {
}
}
.mix-blend-bg {
display: block;
position: fixed;
height: 100%;
background-color: white;
top: var(--body-margin);
right: var(--body-margin);
bottom: var(--body-margin);
left: calc(var(--index-width) + var(--body-margin));
z-index: -1;
}
button.prev {
position: absolute;
top: 0;