Commit 68548fd6 authored by Rich Trott's avatar Rich Trott
Browse files

doc: fix color contrast for anchor marks in dark mode

Currently, in its dark mode, our website background color is #090C15 and
our anchor marks are #707070 for a contrast ratio of 3.94 to 1, falling
short of the WCAG AA 4.5 to 1. This changes the mark color in dark mode
only to #7A7A7A for a color contrast of 4.55 to 1.

PR-URL: https://github.com/nodejs/node/pull/39168


Reviewed-By: default avatarAntoine du Hamel <duhamelantoine1995@gmail.com>
parent 8703d22c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment