mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03: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
|
||||||
--main-color: #333;
|
--main-color: #333;
|
||||||
--main-bg-color: #e3e3e3;
|
--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-size: auto;
|
||||||
--main-bg-repeat: repeat;
|
--main-bg-repeat: repeat;
|
||||||
--link-color: #369;
|
--link-color: #369;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue