diff options
| author | Dylan Araps <[email protected]> | 2017-07-28 16:55:25 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-28 16:55:25 +1000 |
| commit | 4bf538ee7954da5584eb67835d63f7f0893b7592 (patch) | |
| tree | 8880b46eb2335b0f4d3a579242aaaa67178f0a46 | |
| parent | version: bump (diff) | |
| download | pywal-4bf538ee7954da5584eb67835d63f7f0893b7592.tar.xz pywal-4bf538ee7954da5584eb67835d63f7f0893b7592.zip | |
css: Fixed css background variable
| -rw-r--r-- | pywal/templates/colors.css | 2 |
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}; |