diff --git a/src/components/Player.astro b/src/components/Player.astro index 4725c36..b10f1e5 100644 --- a/src/components/Player.astro +++ b/src/components/Player.astro @@ -34,30 +34,43 @@ const initialQueue = await Promise.all( }; }) ); + +const playerArtworkBlur = "10px"; +const playerArtworkOpacity = 0.4; ---