Bad contrast of link colors in dark mode #13

Closed
opened 2022-09-08 06:10:59 +00:00 by pranav · 0 comments

Right now, links in dark mode are not very visible on most browsers because the default link colors are still applied.

Here's how they look on Firefox:
image

By adding two rules for links in the dark mode media query, this is achievable (better contrast + more accessible):
image

The styling of the .info box needs some discussion since it would require overrides for pretty much anything interactive in dark mode. I would suggest changing its background color to something darker.

Not creating a PR right now, will do once these details are sorted out.

Right now, links in dark mode are not very visible on most browsers because the default link colors are still applied. Here's how they look on Firefox: ![image](/attachments/2786c67e-d317-48bd-b5bf-168f04cd8ae7) By adding two rules for links in the dark mode media query, this is achievable (better contrast + more accessible): ![image](/attachments/ac564312-df59-4543-bf6f-29d99a220433) The styling of the `.info` box needs some discussion since it would require overrides for pretty much anything interactive in dark mode. I would suggest changing its background color to something darker. Not creating a PR right now, will do once these details are sorted out.
codedotjs added the
enhancement
label 2022-09-08 10:20:22 +00:00
a closed this issue 2022-10-17 23:48:20 +00:00
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: exozyme/website#13
No description provided.