From 70eaba1e6847362b77e8b7fda27c41ee19470993 Mon Sep 17 00:00:00 2001 From: nin0 Date: Sun, 4 May 2025 12:09:06 -0400 Subject: [PATCH] When the install is immutable :husk: --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 03935a3..28354e5 100644 --- a/index.ts +++ b/index.ts @@ -23,7 +23,7 @@ export default definePlugin({ const style = document.createElement("style"); style.setAttribute("id", "vc-spotify-main-color"); - style.textContent = `:root { --vc-spotify-main-color: hsl(from ${mainColor} h s 85%); }`; + style.textContent = `:root { --vc-spotify-main-color: ${mainColor}; }`; document.head.appendChild(style); }, async start() {