From ed643d6505feca49ebc8f984363681c650711a9b Mon Sep 17 00:00:00 2001 From: BERTHAUT Florent <florent.berthaut@univ-lille1.fr> Date: Wed, 21 Jul 2021 00:39:24 +0200 Subject: [PATCH] Fixed css --- doc/img/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/img/style.css b/doc/img/style.css index 218e1dc..1df084e 100644 --- a/doc/img/style.css +++ b/doc/img/style.css @@ -9,7 +9,7 @@ body { main { grid-area:main; - background-color:#AAA; + background-color:#DDD; padding:0px 5px; } -- GitLab