Commit bcd7223e8dd5296c5a448daa41b16c7079f93333

Authored by William Daniau
1 parent 0aa18fe455
Exists in master

Changement de la valeur par défaut du body-background-color

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

templates/html/common/zim-variables.css
... ... @@ -9,7 +9,7 @@
9 9 --main-pre-color: darkmagenta; /* Verbatim bloc color */
10 10 --main-tt-color: darkmagenta; /* Inline verbatim */
11 11 --main-code-color: saddlebrown; /* Code color (if hljs not used) */
12   - --main-body-background-color: lightslategrey; /* Color of the background body */
  12 + --main-body-background-color: #779988; /* Color of the background body */
13 13 --main-menu-background-color: #fafafa; /* Backroung color of side menu */
14 14 /* Underline really underlined */
15 15 --main-menu-u-decoration: underline;