When the install is immutable :husk:

This commit is contained in:
nin0 2025-05-04 12:09:06 -04:00
parent f5552a6797
commit 70eaba1e68

View file

@ -23,7 +23,7 @@ export default definePlugin({
const style = document.createElement("style"); const style = document.createElement("style");
style.setAttribute("id", "vc-spotify-main-color"); 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); document.head.appendChild(style);
}, },
async start() { async start() {