webstead: visual distinction for input:checked:active too

It's a bit crude, but I think it helps.
This commit is contained in:
Ben Harris 2025-10-12 01:07:55 +01:00
parent e3fca90c39
commit da628c5e44

View File

@ -40,6 +40,12 @@
#pixels input:checked {
background: currentColor;
}
#pixels input:checked:active {
border: 0;
margin: 3px;
width: calc(var(--pix) - 6px);
height: calc(var(--pix) - 6px);
}
</style>
<!-- Script is async rather than deferred because Chromium can't
handle deferred scripts in XHTML.