You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recommendation for small text (which I'd argue this falls under) is 7:1. Changing the code text color to #B5BCC9, done by changing the L component of the HSV color to 75% boosts the contrast to 7.75:1, and makes the text a lot easier to read
The text was updated successfully, but these errors were encountered:
The default font color has a really bad contrast of just 2:1 - https://webaim.org/resources/contrastchecker/?fcolor=4C566A&bcolor=25282C
The recommendation for small text (which I'd argue this falls under) is 7:1. Changing the code text color to
#B5BCC9
, done by changing theL
component of the HSV color to 75% boosts the contrast to 7.75:1, and makes the text a lot easier to readThe text was updated successfully, but these errors were encountered: