From cd4495767ff5cf5cb8db4c6421fd8e00572d9654 Mon Sep 17 00:00:00 2001 From: nin0 Date: Mon, 21 Apr 2025 16:38:10 -0400 Subject: [PATCH] .FUCKYEAH --- src/components/windows/main/SpotifyCard.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); } }