diff --git a/css/stereo.css b/css/stereo.css index e0c9664..537ccd8 100644 --- a/css/stereo.css +++ b/css/stereo.css @@ -133,8 +133,8 @@ tr.matrix td:not(.mino) { height: var(--cell-side); } -.minoes-table .mino::before, -.minoes-table .mino + :not(.mino)::before { +.minoes-table :not(.mino) + .mino::before, +.left .minoes-table .mino + .mino::before { --light: calc( 1.1 + (var(--light-x) * 0.5) @@ -144,8 +144,9 @@ tr.matrix td:not(.mino) { transform-origin: left; } -.right .minoes-table .mino::before, -.right .minoes-table .mino + :not(.mino)::before { +.right .minoes-table .mino + .mino::before, +.minoes-table .mino + :not(.mino)::before, +.right .minoes-table .mino:last-child::before { --light: calc( 0.85 + (var(--light-x) * -0.5) @@ -298,4 +299,4 @@ tr.matrix td:not(.mino) { transform: translateY(0) scaleY(1); line-height: var(--bs-body-line-height); } -} \ No newline at end of file +}