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;