ghost
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
:root {
|
||||
--cell-side: 24px;
|
||||
--cell-side: 25px;
|
||||
--rX: -15;
|
||||
--rY: 0;
|
||||
--tZ: 25px;
|
||||
@@ -95,7 +95,6 @@ td {
|
||||
@keyframes trail-animation {
|
||||
from {
|
||||
background-color: #ceffff40;
|
||||
filter: saturate(50%) brightness(300%);
|
||||
}
|
||||
to {
|
||||
background-color: transparent;
|
||||
@@ -133,7 +132,7 @@ td.trail-animation {
|
||||
}
|
||||
|
||||
tr.cleared-line-animation {
|
||||
animation: cleared-line-animation ease-out .15s;
|
||||
animation: cleared-line-animation ease-out .3s;
|
||||
}
|
||||
|
||||
#holdTable .J,
|
||||
|
||||
Reference in New Issue
Block a user