From 0aa18fe4558fc6033d0976cb1fa3bd6c94dbcca0 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Wed, 9 Oct 2019 13:19:48 +0200 Subject: [PATCH] Changement du nome de variable pour le body-background --- templates/html/Default_with_index.html | 2 +- templates/html/common/zim-variables.css | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/html/Default_with_index.html b/templates/html/Default_with_index.html index cf49e08..92102a8 100644 --- a/templates/html/Default_with_index.html +++ b/templates/html/Default_with_index.html @@ -88,7 +88,7 @@ display:block; margin-left:auto; margin-right:auto; - background: var(--main-body-color); + background: var(--main-body-background-color); } .intercalaire { diff --git a/templates/html/common/zim-variables.css b/templates/html/common/zim-variables.css index 0436ff6..ae296b9 100644 --- a/templates/html/common/zim-variables.css +++ b/templates/html/common/zim-variables.css @@ -3,14 +3,14 @@ :root { /* General */ - --main-header-color: #4e9a06; /* Headers color */ - --main-link-color: blue; /* Links color */ - --main-strike-color: grey; /* Strike color */ - --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-color: lightslategrey; /* Color of the background body */ - --main-menu-background-color: #fafafa; /* Backroung color of side menu */ + --main-header-color: #4e9a06; /* Headers color */ + --main-link-color: blue; /* Links color */ + --main-strike-color: grey; /* Strike color */ + --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-menu-background-color: #fafafa; /* Backroung color of side menu */ /* Underline really underlined */ --main-menu-u-decoration: underline; --main-menu-u-background-color: white; -- 2.16.4