Project-closer (en cours)
This commit is contained in:
parent
40366f617b
commit
62623d095e
5 changed files with 41 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue