From d6006e657f7f438d9a1393ab19c5311de7a801ac Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 1 Mar 2026 11:48:18 +0100 Subject: [PATCH] ghost --- css/classic.css | 10 ++++++---- css/common.css | 5 ++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/css/classic.css b/css/classic.css index 1518bc1..89bc7cc 100644 --- a/css/classic.css +++ b/css/classic.css @@ -21,7 +21,7 @@ var(--color) 55%, #00000066 95% ); - border: 3px ridge var(--color); + border: 4px ridge var(--color); border-top-color: var(--light); border-radius: 3px; box-shadow: @@ -66,7 +66,9 @@ } .ghost { - --color: hsl(var(--hue), calc(0.50 * var(--saturation)), 32%); - --light: hsl(var(--hue), calc(0.33 * var(--saturation)), 64%); - opacity: 35%; + border: 3px solid #fff2; + padding: 2px; + background-color: #fff2; + background-clip: content-box; + background-image: none; } \ No newline at end of file diff --git a/css/common.css b/css/common.css index b1d87c6..f2f7d9c 100644 --- a/css/common.css +++ b/css/common.css @@ -1,5 +1,5 @@ :root { - --cell-side: 24px; + --cell-side: 25px; --rX: -15; --rY: 0; --tZ: 25px; @@ -95,7 +95,6 @@ td { @keyframes trail-animation { from { background-color: #ceffff40; - filter: saturate(50%) brightness(300%); } to { background-color: transparent; @@ -133,7 +132,7 @@ td.trail-animation { } tr.cleared-line-animation { - animation: cleared-line-animation ease-out .15s; + animation: cleared-line-animation ease-out .3s; } #holdTable .J,