From 82560defb3c05ed3db4ba5f4afa11ea8691bbe3f Mon Sep 17 00:00:00 2001 From: William Daniau Date: Thu, 10 Oct 2019 22:18:05 +0200 Subject: [PATCH] =?UTF-8?q?Remplace=20le=20gradient=20par=20une=20coulur?= =?UTF-8?q?=20fixe=20dans=20le=20th=C3=A8me=20bleu.=20Si=20on=20a=20une=20?= =?UTF-8?q?couleur=20fixe=20et=20que=20l'image=20n'est=20pas=20dispo,=20le?= =?UTF-8?q?=20browser=20fallback=20sur=20la=20couleur=20mais=20si=20on=20a?= =?UTF-8?q?=20un=20gradient=20=C3=A7a=20ne=20marche=20pas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/common-blue/zim-variables.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/html/common-blue/zim-variables.css b/templates/html/common-blue/zim-variables.css index 6f02967..736f2d3 100644 --- a/templates/html/common-blue/zim-variables.css +++ b/templates/html/common-blue/zim-variables.css @@ -20,7 +20,8 @@ * --main-body-background-color * will be used */ - --main-body-background-color: linear-gradient(to right,#8eb7c2,white,white,#8eb7c2); /* Color of the background body */ + /*--main-body-background-color: linear-gradient(to right,#8eb7c2,white,white,#8eb7c2); */ + --main-body-background-color: #8eb7c2; /* Color of the background body */ --main-body-background-position: center; --main-body-background-repeat: repeat-y; -- 2.16.4