From 7cea64e8febe79665270766cc32bf2d220ecb13a Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Tue, 10 Feb 2026 16:12:37 +0100 Subject: [PATCH] More pulsing --- src/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles.css b/src/styles.css index 4e23ed2..506a729 100644 --- a/src/styles.css +++ b/src/styles.css @@ -378,10 +378,10 @@ audio.hidden-audio { height: 96px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #fbd72b, #f58b2b 60%, #1d3b8b); - transform: scale(calc(1 + var(--pulse, 0) * 0.45)); + transform: scale(calc(1 + var(--pulse, 0) * 0.9)); box-shadow: - 0 0 calc(18px + var(--pulse, 0) * 90px) rgba(251, 215, 43, 0.5), - 0 0 calc(40px + var(--pulse, 0) * 160px) rgba(61, 214, 255, 0.35); + 0 0 calc(22px + var(--pulse, 0) * 140px) rgba(251, 215, 43, 0.6), + 0 0 calc(60px + var(--pulse, 0) * 240px) rgba(61, 214, 255, 0.45); transition: transform 0.06s ease-out; position: relative; z-index: 2;