From 295660b1f9869fa91d363441254b656d375d0cab Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 4 Oct 2025 17:31:30 +0100 Subject: [PATCH] webstead: set color:inherit on tickyboxes Chromium's browser stylesheet overrides this. --- webstead.xhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/webstead.xhtml b/webstead.xhtml index 686ce6d..61a261e 100644 --- a/webstead.xhtml +++ b/webstead.xhtml @@ -28,6 +28,7 @@ } #pixels input { appearance: none; + color: inherit; margin: 0; width: var(--pix); height: var(--pix); -- 2.30.2