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

This commit is contained in:
Johnny322
2026-02-10 16:49:55 +01:00
parent 7ce8fbd1bb
commit b20022d9e5

View File

@@ -397,8 +397,9 @@ audio.hidden-audio {
.pulse-orb.playing { .pulse-orb.playing {
color: #7df9ff; color: #7df9ff;
background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35), currentColor 65%); background: currentColor;
animation: planetShift 4s linear infinite; animation: planetShift 4s linear infinite;
opacity: 1;
} }
.pulse-orb.answer { .pulse-orb.answer {
@@ -450,9 +451,6 @@ audio.hidden-audio {
.pulse-tentacles.playing { .pulse-tentacles.playing {
color: #7df9ff; color: #7df9ff;
}
.pulse-tentacles.playing .tentacle {
animation: planetShift 4s linear infinite; animation: planetShift 4s linear infinite;
} }