webstead: slight CSS simplification

Don't need to specify border colour if it's the current colour anyway.
This commit is contained in:
Ben Harris 2025-09-20 21:08:05 +01:00
parent e1e16471c8
commit 02514737cd

View File

@ -24,7 +24,7 @@
#pixels td {
padding: 0;
line-height: 0;
border: 1px solid #33ff88;
border: 1px solid;
}
#pixels input {
appearance: none;