Skip to content

Commit

Permalink
Accessibility: Font contrast in the URL bar (#659)
Browse files Browse the repository at this point in the history
Form elements are required to have a contrast of at least 4.5, and the
URL bar has a contrast of 4.2 between the background color and the font
color. This commit makes the font lighter to satisfy the requirements.

To test, install axeDevtools and confirm the contrast issue is no longer
reported.

Related: #612
  • Loading branch information
adamziel committed Oct 10, 2023
1 parent 3d02eb5 commit 4d9d93f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
border: 0;
background: #40464d;
border-radius: 8px;
color: #a5afbc;
color: #b4becb;
transition: color 0.5s ease;
}

Expand Down

0 comments on commit 4d9d93f

Please sign in to comment.