Moved to 11ty

This commit is contained in:
Leon Mika 2025-01-22 21:29:50 +11:00
parent 974bd3c39f
commit a9d4227122
11 changed files with 2435 additions and 194 deletions

32
assets/styles/main.css Normal file
View file

@ -0,0 +1,32 @@
button[data-keyboard-target="key"].right-pos {
background: green;
}
button[data-keyboard-target="key"].right-char {
background: yellow;
}
button[data-keyboard-target="key"].miss {
background: grey;
}
div.playfield div.row span {
display: inline-block;
border: solid thin gray;
height: 1.1em;
width: 1.1em;
}
div.playfield div.row span.right-pos {
background: green;
}
div.playfield div.row span.right-char {
background: yellow;
}
div.playfield div.row span.miss {
background: grey;
}