More colors
All checks were successful
On Push Deploy / deploy (push) Successful in 19s

This commit is contained in:
Johnny322
2026-02-10 16:52:30 +01:00
parent b20022d9e5
commit 870b9c29a8

View File

@@ -398,7 +398,7 @@ audio.hidden-audio {
.pulse-orb.playing { .pulse-orb.playing {
color: #7df9ff; color: #7df9ff;
background: currentColor; background: currentColor;
animation: planetShift 4s linear infinite; animation: planetShift 4s linear infinite, pulseGlow 1.6s ease-in-out infinite;
opacity: 1; opacity: 1;
} }
@@ -407,10 +407,11 @@ audio.hidden-audio {
box-shadow: box-shadow:
0 0 calc(18px + var(--pulse, 0) * 90px) rgba(43, 220, 123, 0.6), 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); 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 { .pulse-orb.active {
animation: pulseGlow 1.6s ease-in-out infinite; animation: none;
} }
.pulse-tentacles { .pulse-tentacles {