less brightness

This commit is contained in:
Adrien MALINGREY 2023-11-13 09:04:44 +01:00
parent a13d97b550
commit 230f20befb

View File

@ -75,11 +75,11 @@ tr.matrix td:not(.mino) {
} }
.moving.mino { .moving.mino {
filter: saturate(80%) brightness(150%); filter: saturate(80%) brightness(110%);
} }
.locking.mino { .locking.mino {
filter: saturate(50%) brightness(250%); filter: saturate(50%) brightness(130%);
} }
.locked.mino { .locked.mino {
@ -89,17 +89,15 @@ tr.matrix td:not(.mino) {
@keyframes locked-animation { @keyframes locked-animation {
from { from {
filter: saturate(50%) brightness(500%); filter: saturate(50%) brightness(300%);
} }
} }
@keyframes cleared-line-animation { @keyframes cleared-line-animation {
from { from {
background-color: #eeeeee; background-color: #eeeeee;
box-shadow: 0 -6px 0 #DDDDDD;
} }
to { to {
background-color: #363941; background-color: #363941;
box-shadow: 0 -6px 0 #363941;
} }
} }