From 9ed62d1e79b32678f91638bd47c8e4a4f1e03675 Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 11 Jan 2026 00:51:01 +0100 Subject: [PATCH] hold and next light --- css/stereo.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/css/stereo.css b/css/stereo.css index a93eb41..1f10053 100644 --- a/css/stereo.css +++ b/css/stereo.css @@ -64,9 +64,9 @@ body { .card, .card-header { text-shadow: - calc(-0.02px * var(--rY)) calc(0.05px * var(--rX)) #555, - calc(-0.04px * var(--rY)) calc(0.10px * var(--rX)) #555, - calc(-0.08px * var(--rY)) calc(0.15px * var(--rX)) #555; + calc(-0.02px * var(--rY)) calc(0.03px * var(--rX)) #444, + calc(-0.04px * var(--rY)) calc(0.06px * var(--rX)) #444, + calc(-0.08px * var(--rY)) calc(0.09px * var(--rX)) #444; } #holdTable .mino { @@ -134,6 +134,14 @@ tr.matrix td:not(.mino) { 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 + :not(.mino)::before, .minoes-table .mino::after {