<!-- SPDX-License-Identifier: CC0-1.0 -->
<link rel="stylesheet" href="bedstead.css" type="text/css" />
<title>Bedstead editor test</title>
+ <style>
+ :root {
+ --pix: 50px;
+ }
+ #pixels {
+ border-spacing: 0;
+ }
+ #pixels td {
+ padding: 0;
+ }
+ #pixels input {
+ appearance: none;
+ margin: 0;
+ width: var(--pix);
+ height: var(--pix);
+ }
+ #pixels input:checked {
+ background: #33ff88;
+ }
+ </style>
<script type="module"><![CDATA[
import Bedstead from './bedstead.js';
function update_glyph() {