Moved to 11ty
This commit is contained in:
parent
974bd3c39f
commit
a9d4227122
11 changed files with 2435 additions and 194 deletions
32
assets/styles/main.css
Normal file
32
assets/styles/main.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue