mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Fix example for real main-bg-image
Fix example for real main-bg-image (avoid CSS syntax error) ;-)
This commit is contained in:
parent
e324e2f6b6
commit
e226a3d503
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue