1 Commits

Author SHA1 Message Date
ae883148f8 corrections 2026-01-03 05:00:02 +01:00
3 changed files with 6 additions and 2 deletions

View File

@@ -41,6 +41,10 @@ body {
text-align: right;
}
#timeCell {
min-width: 10ch;
}
.minoes-table {
--piece-column: 0;
--piece-row : 0;

View File

@@ -76,7 +76,7 @@ tr.matrix td:not(.mino) {
}
.ghost.mino {
opacity: 50%;
opacity: 5%;
box-shadow: none;
}

View File

@@ -120,7 +120,7 @@ td {
}
@keyframes blinker {
50% {
35% {
opacity: 0;
}
}