diff --git a/webstead.xhtml b/webstead.xhtml
index 03877f2..598b7dc 100644
--- a/webstead.xhtml
+++ b/webstead.xhtml
@@ -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);
+ }