Regenerated dictionary and started showing guesses

This commit is contained in:
Leon Mika 2025-03-10 15:50:07 +11:00
parent c668b1e266
commit af1c5ace72
12 changed files with 13275 additions and 47 deletions

View file

@ -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);