From 870b9c29a8cca7ad4ab9c59781c31dd96db2f9ea Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Tue, 10 Feb 2026 16:52:30 +0100 Subject: [PATCH] More colors --- src/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 147f7bd..037a3d4 100644 --- a/src/styles.css +++ b/src/styles.css @@ -398,7 +398,7 @@ audio.hidden-audio { .pulse-orb.playing { color: #7df9ff; background: currentColor; - animation: planetShift 4s linear infinite; + animation: planetShift 4s linear infinite, pulseGlow 1.6s ease-in-out infinite; opacity: 1; } @@ -407,10 +407,11 @@ audio.hidden-audio { box-shadow: 0 0 calc(18px + var(--pulse, 0) * 90px) rgba(43, 220, 123, 0.6), 0 0 calc(40px + var(--pulse, 0) * 160px) rgba(43, 220, 123, 0.3); + animation: pulseGlow 1.6s ease-in-out infinite; } .pulse-orb.active { - animation: pulseGlow 1.6s ease-in-out infinite; + animation: none; } .pulse-tentacles {