From 5108ee3b1b9176bfaef5a1166f9d5051cfa1c9b8 Mon Sep 17 00:00:00 2001 From: Mathieu GROUSSEAU Date: Sun, 8 Jan 2023 12:26:39 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Regle=20chang=C3=A9e=20de=20place"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit af1257ce496e2b2884300c0d21b8a0c56b129be9. --- styles/base.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/styles/base.css b/styles/base.css index 7ff4788..903aab1 100644 --- a/styles/base.css +++ b/styles/base.css @@ -1,5 +1,7 @@ html, -body {} +body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} html { margin: 0; @@ -7,7 +9,6 @@ html { } body { - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: rgb(216, 216, 216); } @@ -48,7 +49,7 @@ nav { box-shadow: 0px 2px 5px black; } -table { +table{ box-shadow: 0px 2px 5px black; }