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;