diff --git a/src/components/windows/main/SpotifyCard.astro b/src/components/windows/main/SpotifyCard.astro index 127a1ef..e3a588f 100644 --- a/src/components/windows/main/SpotifyCard.astro +++ b/src/components/windows/main/SpotifyCard.astro @@ -90,7 +90,9 @@ import HeartIcon from "@assets/svg/heart.svg"; bottom: -6px; right: -5px; fill: var(--red); - filter: drop-shadow(0 0 5px #0000006d); + stroke: #641c2c; + stroke-width: 50px; + filter: drop-shadow(0 0 19px #0000006d); } }