From da628c5e441c7ad58dc74f744be5c73589dee4e5 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 12 Oct 2025 01:07:55 +0100 Subject: [PATCH] webstead: visual distinction for input:checked:active too It's a bit crude, but I think it helps. --- webstead.xhtml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webstead.xhtml b/webstead.xhtml index 03877f2..598b7dc 100644 --- a/webstead.xhtml +++ b/webstead.xhtml @@ -40,6 +40,12 @@ #pixels input:checked { background: currentColor; } + #pixels input:checked:active { + border: 0; + margin: 3px; + width: calc(var(--pix) - 6px); + height: calc(var(--pix) - 6px); + }