Better tentacles
All checks were successful
On Push Deploy / deploy (push) Successful in 20s

This commit is contained in:
Johnny322
2026-02-10 16:46:25 +01:00
parent f05066a5a7
commit 7ce8fbd1bb
2 changed files with 21 additions and 0 deletions

View File

@@ -445,10 +445,25 @@ audio.hidden-audio {
scaleX(calc(0.7 + var(--level, 0) * 0.5));
transition: height 0.08s ease-out, opacity 0.08s ease-out, transform 0.08s ease-out, filter 0.08s ease-out;
mix-blend-mode: screen;
color: currentColor;
}
.pulse-tentacles.playing {
color: #7df9ff;
}
.pulse-tentacles.playing .tentacle {
animation: planetShift 4s linear infinite;
}
.pulse-tentacles.answer {
color: #2bdc7b;
}
.pulse-tentacles.idle {
color: #000;
}
@keyframes pulseGlow {
0%,