From 2d52a7e61988070d8f35c27b9340f97c5036dd6e Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 20 Nov 2025 19:06:02 +0100 Subject: [PATCH] move nav, aside and footer to foreground, fix #5 --- css/base.css | 4 ++++ css/poster.css | 1 + 2 files changed, 5 insertions(+) diff --git a/css/base.css b/css/base.css index e5824e7..b125de4 100644 --- a/css/base.css +++ b/css/base.css @@ -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 { diff --git a/css/poster.css b/css/poster.css index 076c19f..940d911 100644 --- a/css/poster.css +++ b/css/poster.css @@ -6,6 +6,7 @@ body { aside { background: url(../assets/notebook.jpg); width: fit-content; + margin-top: 10px; } main {