From d56af40362f375753445b338321b2e3573ebaea7 Mon Sep 17 00:00:00 2001
From: adrien <adrien@malingrey.fr>
Date: Wed, 9 Apr 2025 01:14:39 +0200
Subject: [PATCH] clear animation

---
 css/binaural.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/css/binaural.css b/css/binaural.css
index bdbd5f5..3b11a56 100644
--- a/css/binaural.css
+++ b/css/binaural.css
@@ -173,12 +173,10 @@ tr.matrix td:not(.mino) {
 
 @keyframes cleared-line-animation {
     from {
-        opacity: 1;
         background-color: #ceffff66;
         box-shadow: -200px 0 5px white, 200px 0 5px white;
     }
     to {
-        opacity: 1;
         background-color: transparent;
     }
 }