hold and next light
This commit is contained in:
@@ -64,9 +64,9 @@ body {
|
|||||||
.card,
|
.card,
|
||||||
.card-header {
|
.card-header {
|
||||||
text-shadow:
|
text-shadow:
|
||||||
calc(-0.02px * var(--rY)) calc(0.05px * var(--rX)) #555,
|
calc(-0.02px * var(--rY)) calc(0.03px * var(--rX)) #444,
|
||||||
calc(-0.04px * var(--rY)) calc(0.10px * var(--rX)) #555,
|
calc(-0.04px * var(--rY)) calc(0.06px * var(--rX)) #444,
|
||||||
calc(-0.08px * var(--rY)) calc(0.15px * var(--rX)) #555;
|
calc(-0.08px * var(--rY)) calc(0.09px * var(--rX)) #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
#holdTable .mino {
|
#holdTable .mino {
|
||||||
@@ -134,6 +134,14 @@ tr.matrix td:not(.mino) {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#holdTable {
|
||||||
|
--light-x: calc(-0.5 - var(--rY) / 30 - (var(--column) + -10) / 10 + 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
#nextTable {
|
||||||
|
--light-x: calc(-0.5 - var(--rY) / 30 - (var(--column) + 10) / 10 + 1);
|
||||||
|
}
|
||||||
|
|
||||||
.minoes-table .mino::before,
|
.minoes-table .mino::before,
|
||||||
.minoes-table .mino + :not(.mino)::before,
|
.minoes-table .mino + :not(.mino)::before,
|
||||||
.minoes-table .mino::after {
|
.minoes-table .mino::after {
|
||||||
|
|||||||
Reference in New Issue
Block a user