From 64b18f30bbebe2e19a212a56f4b35076b4b01939 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 25 Sep 2025 21:03:10 +0100 Subject: [PATCH] webstead: use currentColor for checked background This means that webstead.xhtml doesn't know anything about the colours in bedstead.css. --- webstead.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webstead.xhtml b/webstead.xhtml index aec8b9d..a557527 100644 --- a/webstead.xhtml +++ b/webstead.xhtml @@ -33,7 +33,7 @@ height: calc(var(--pix) - 2px); } #pixels input:checked { - background: #33ff88; + background: currentColor; }