This commit is contained in:
Adrien MALINGREY 2023-12-23 03:01:43 +01:00
parent df62a40c2a
commit 27d7a0689d

View File

@ -79,7 +79,7 @@ td {
@keyframes trail-animation {
from {
background-color: rgb(206, 255, 255, 25%);
background-color: rgba(206, 255, 255, 25%);
filter: saturate(50%) brightness(300%);
}
to {
@ -93,7 +93,7 @@ td.trail-animation {
@keyframes cleared-line-animation {
from {
background-color: rgb(206, 255, 255, 40%);
background-color: rgba(206, 255, 255, 40%);
filter: saturate(50%) brightness(300%);
box-shadow: -200px 0 5px white, 200px 0 5px white;
}