From d0587f923d8881b96acfe0e08b4f69424dbd6172 Mon Sep 17 00:00:00 2001 From: Motschen Date: Sat, 13 Nov 2021 10:13:06 +0000 Subject: [PATCH] Revert to loading the image from the web to support Spicetify Marketplace --- user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.css b/user.css index 6dfa707..331cfd6 100644 --- a/user.css +++ b/user.css @@ -10,7 +10,7 @@ } /* Source: https://wallpapercave.com/wp/wp5003466.jpg */ body, .root { - background-image: url("./background_purple.jpg") !important; + background-image: url("https://i.imgur.com/Y36v2Bm.png") !important; background-repeat: no-repeat; background-size: 100%; }