From 42fdc5a05e7d915547305930bea0e82e65531953 Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 7 Apr 2024 22:13:59 +0200 Subject: [PATCH] repair display --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c391899..1a2fd0e 100644 --- a/css/style.css +++ b/css/style.css @@ -151,7 +151,7 @@ nav ul li a { display: none; } -#a-propos:target { +#a-propos { display: block; }