From bcd7223e8dd5296c5a448daa41b16c7079f93333 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Wed, 9 Oct 2019 15:55:07 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20de=20la=20valeur=20par=20d=C3=A9fa?= =?UTF-8?q?ut=20du=20body-background-color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/common/zim-variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/html/common/zim-variables.css b/templates/html/common/zim-variables.css index ae296b9..58882a5 100644 --- a/templates/html/common/zim-variables.css +++ b/templates/html/common/zim-variables.css @@ -9,7 +9,7 @@ --main-pre-color: darkmagenta; /* Verbatim bloc color */ --main-tt-color: darkmagenta; /* Inline verbatim */ --main-code-color: saddlebrown; /* Code color (if hljs not used) */ - --main-body-background-color: lightslategrey; /* Color of the background body */ + --main-body-background-color: #779988; /* Color of the background body */ --main-menu-background-color: #fafafa; /* Backroung color of side menu */ /* Underline really underlined */ --main-menu-u-decoration: underline; -- 2.16.4