From: Ben Harris Date: Sat, 4 Oct 2025 16:31:30 +0000 (+0100) Subject: webstead: set color:inherit on tickyboxes X-Git-Tag: bedstead-3.261~53 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=295660b1f9869fa91d363441254b656d375d0cab;p=bedstead.git webstead: set color:inherit on tickyboxes Chromium's browser stylesheet overrides this. --- 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);