From e01454bfe4c6d55471cfc65131380fd8d35b3f0a Mon Sep 17 00:00:00 2001 From: xsiva Date: Thu, 10 Mar 2022 20:40:30 +0100 Subject: [PATCH] index page --- templates/assets/css/nav.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/assets/css/nav.css b/templates/assets/css/nav.css index 8dd8c51..76c7482 100644 --- a/templates/assets/css/nav.css +++ b/templates/assets/css/nav.css @@ -33,7 +33,7 @@ .navigation input:checked ~ .menu { right: 0; - z-index: 150; + z-index: 397; } .menu { @@ -116,12 +116,12 @@ opacity: 0; top: unset; left: unset; - z-index: 200; + z-index: 400; } .navigation input:checked ~ .hamburger { background: transparent; - z-index: 199; + z-index: 398; } .navigation input:checked ~ .hamburger::before {