From 0048d676a2bed3addadea670fa5d802a314af473 Mon Sep 17 00:00:00 2001 From: Debulois Date: Fri, 6 May 2022 22:01:01 +0200 Subject: Correction des imports et supression des trailin white space pour le déploiement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Static/Css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Static/Css/main.css') diff --git a/Static/Css/main.css b/Static/Css/main.css index 7614cd3..4802d61 100644 --- a/Static/Css/main.css +++ b/Static/Css/main.css @@ -1,10 +1,10 @@ -/* +/* ############################################################################ # # # Description: Fichier principal regroupant les éléments communs à toutes # # les pages. # # # -############################################################################ +############################################################################ Sites web utilisés pour le CSS: https://css-tricks.com/guides/ @@ -19,7 +19,7 @@ sur mon instance SearX https://searx.debulois.fr :root { /* Global */ --mainSiteColor: #c0392b; - --bodyBg: #fafafa; + --bodyBg: #fafafa; --separatorBg: var(--bodyBg); --bg: white; --text: black; -- cgit v1.2.3