Merge pull request #237 from lota/patch-1

Fix example for real main-bg-image
This commit is contained in:
the-djmaze 2022-02-19 22:51:41 +01:00 committed by GitHub
commit 18fbf332c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;