Skip to content

Commit

Permalink
Improved light mode colours for web app
Browse files Browse the repository at this point in the history
The 'correct' colour, seen when you reveal/check a cell (when viewing the crossword in light mode) was too hard to differentiate from the blue selection colour of the current word. It was darkened to improve the ergonomics of the web app's design.
  • Loading branch information
tomasvana10 committed Mar 25, 2024
1 parent 2d29619 commit 02818cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Light:
TEXT_DISABLED = "#999999"
WORD_FOCUS = "#A7D8FF"
CELL_FOCUS = "#FFDA03"
CORRECT = "#20D44A"
CORRECT = "#2f9e49"
WRONG = "#FC0A2A"

class Dark:
Expand Down

0 comments on commit 02818cb

Please sign in to comment.