aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-28 16:55:25 +1000
committerDylan Araps <[email protected]>2017-07-28 16:55:25 +1000
commit4bf538ee7954da5584eb67835d63f7f0893b7592 (patch)
tree8880b46eb2335b0f4d3a579242aaaa67178f0a46
parentversion: bump (diff)
downloadpywal-4bf538ee7954da5584eb67835d63f7f0893b7592.tar.xz
pywal-4bf538ee7954da5584eb67835d63f7f0893b7592.zip
css: Fixed css background variable
-rw-r--r--pywal/templates/colors.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/templates/colors.css b/pywal/templates/colors.css
index 11e00d3..f348e63 100644
--- a/pywal/templates/colors.css
+++ b/pywal/templates/colors.css
@@ -1,7 +1,7 @@
/* CSS variables
Generated by 'wal' */
:root {{
- --wallpaper: "{wallpaper}";
+ --wallpaper: url("{wallpaper}");
/* Special */
--background: {background};