From 24ac501db4dc61fe0acbb89d24e79e87a6636f7e Mon Sep 17 00:00:00 2001 From: Nerzouille Date: Sun, 18 Feb 2024 14:18:41 +0100 Subject: [PATCH] [ADD] links git / link --- index.html | 6 +++--- src/script.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c41e88f..098b35a 100644 --- a/index.html +++ b/index.html @@ -99,9 +99,9 @@

Langages utilisés:

diff --git a/src/script.js b/src/script.js index f447cd7..fd31319 100644 --- a/src/script.js +++ b/src/script.js @@ -24,6 +24,6 @@ function toggle() { menu.style.maxWidth = "0px"; icon_menu.style.background = 'none'; darker.style.background = 'none'; - darker.style.zIndex = "10"; + darker.style.zIndex = "-10"; } } \ No newline at end of file