Skip to content

Commit

Permalink
Use better blue for input focus shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Jan 25, 2025
1 parent 50c8cae commit f9d26db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--button-warn-background-color: hsl(28, 100%, 43%);
--button-warn-background-color-active: hsl(28, 90%, 53%);
--input-focus-border-color: hsl(220, 60%, 50%);
--input-focus-box-shadow-color: hsl(210, 100%, 80%);
--input-focus-box-shadow-color: hsl(210, 80%, 70%);

// Player/chip colors
--player-color-black: hsl(0, 0%, 27%);
Expand Down

0 comments on commit f9d26db

Please sign in to comment.