From 4bf538ee7954da5584eb67835d63f7f0893b7592 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 28 Jul 2017 16:55:25 +1000 Subject: [PATCH] css: Fixed css background variable --- pywal/templates/colors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};