mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
Merge pull request #237 from lota/patch-1
Fix example for real main-bg-image
This commit is contained in:
commit
18fbf332c2
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