webstead: set color:inherit on tickyboxes

Chromium's browser stylesheet overrides this.
This commit is contained in:
Ben Harris 2025-10-04 17:31:30 +01:00
parent 96ee19d038
commit 295660b1f9

View File

@ -28,6 +28,7 @@
}
#pixels input {
appearance: none;
color: inherit;
margin: 0;
width: var(--pix);
height: var(--pix);