From b20022d9e55fb5d49ccc70a357fb639a305d04aa Mon Sep 17 00:00:00 2001 From: Johnny322 Date: Tue, 10 Feb 2026 16:49:55 +0100 Subject: [PATCH] More tentacles --- src/styles.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/styles.css b/src/styles.css index ee9c90d..147f7bd 100644 --- a/src/styles.css +++ b/src/styles.css @@ -397,8 +397,9 @@ audio.hidden-audio { .pulse-orb.playing { color: #7df9ff; - background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35), currentColor 65%); + background: currentColor; animation: planetShift 4s linear infinite; + opacity: 1; } .pulse-orb.answer { @@ -450,9 +451,6 @@ audio.hidden-audio { .pulse-tentacles.playing { color: #7df9ff; -} - -.pulse-tentacles.playing .tentacle { animation: planetShift 4s linear infinite; }