move nav, aside and footer to foreground, fix #5

This commit is contained in:
vincent-peugnet 2025-11-20 19:06:02 +01:00
parent 3960f1c0e3
commit 2d52a7e619
2 changed files with 5 additions and 0 deletions

View file

@ -45,6 +45,10 @@ nav, footer, aside {
background: url(../assets/paper.avif);
padding: 5px;
font-family: Erika;
z-index: 10000;
position: relative;
opacity: 0.95;
box-shadow: 0px 0px 10px #00000070;
}
nav a, footer a, aside a {

View file

@ -6,6 +6,7 @@ body {
aside {
background: url(../assets/notebook.jpg);
width: fit-content;
margin-top: 10px;
}
main {