From 5a2fb280ce8ca71a2566c1a961d37af4643e8e75 Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 7 Apr 2024 21:57:00 +0200 Subject: [PATCH] repair display --- css/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index d209d13..057fe53 100644 --- a/css/style.css +++ b/css/style.css @@ -147,15 +147,12 @@ nav ul li a { color: white; } -#a-propos { - display: block; -} -.sec:target { + +#a-propos { display: block; } - #a-propos:not(:target) { display: none; }