From e226a3d5038c95e2b858ef296083ed95f2c9c900 Mon Sep 17 00:00:00 2001 From: Lota Bi Date: Fri, 18 Feb 2022 18:07:39 +0100 Subject: [PATCH] Fix example for real main-bg-image Fix example for real main-bg-image (avoid CSS syntax error) ;-) --- snappymail/v/0.0.0/themes/example.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappymail/v/0.0.0/themes/example.css b/snappymail/v/0.0.0/themes/example.css index 1bd69cf25..135379891 100644 --- a/snappymail/v/0.0.0/themes/example.css +++ b/snappymail/v/0.0.0/themes/example.css @@ -3,7 +3,7 @@ // MAIN --main-color: #333; --main-bg-color: #e3e3e3; - --main-bg-image: none; // "images/background.png" + --main-bg-image: none; // url("images/background.png"); --main-bg-size: auto; --main-bg-repeat: repeat; --link-color: #369;