From: Ben Harris Date: Thu, 25 Sep 2025 20:03:10 +0000 (+0100) Subject: webstead: use currentColor for checked background X-Git-Tag: bedstead-3.261~56 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=64b18f30bbebe2e19a212a56f4b35076b4b01939;p=bedstead.git webstead: use currentColor for checked background This means that webstead.xhtml doesn't know anything about the colours in bedstead.css. --- 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; }