Regenerated dictionary and started showing guesses
This commit is contained in:
parent
c668b1e266
commit
af1c5ace72
12 changed files with 13275 additions and 47 deletions
|
|
@ -1,4 +1,6 @@
|
|||
:root {
|
||||
--color-hint: #aaa;
|
||||
|
||||
--color-no-letter-bg: #666;
|
||||
--color-no-letter-fg: #fff;
|
||||
|
||||
|
|
@ -150,6 +152,10 @@ div.playfield div.row span {
|
|||
margin: 5px;
|
||||
}
|
||||
|
||||
div.playfield div.row span.hint {
|
||||
color: var(--color-hint);
|
||||
}
|
||||
|
||||
div.playfield div.row span.right-pos {
|
||||
background: var(--color-right-letter-bg);
|
||||
color: var(--color-right-letter-fg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue