locked-animation

This commit is contained in:
2026-01-16 21:16:05 +01:00
parent 3e3fd6d7f4
commit a4117b782a
5 changed files with 24 additions and 21 deletions

View File

@@ -146,14 +146,3 @@ td#timeCell {
filter: brightness(50%) contrast(80%);
opacity: 70%;
}
@keyframes locked-animation {
from {
filter: saturate(50%) brightness(400%);
}
}
.locked.mino {
animation: locked-animation;
animation-duration: 0.2s;
}