chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8825e68
)
webstead: use currentColor for checked background
author
Ben Harris
<bjh21@bjh21.me.uk>
Thu, 25 Sep 2025 20:03:10 +0000
(21:03 +0100)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Tue, 13 Jan 2026 21:42:18 +0000
(21:42 +0000)
This means that webstead.xhtml doesn't know anything about the colours
in bedstead.css.
webstead.xhtml
patch
|
blob
|
history
diff --git
a/webstead.xhtml
b/webstead.xhtml
index aec8b9d239453db29bed3e2e40936c454cd4a99f..a55752701c22b6574697e30623d4b84bb9be51d9 100644
(file)
--- a/
webstead.xhtml
+++ b/
webstead.xhtml
@@
-33,7
+33,7
@@
height: calc(var(--pix) - 2px);
}
#pixels input:checked {
- background:
#33ff88
;
+ background:
currentColor
;
}
</style>
<script type="module"><![CDATA[