mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Accessibility update color contrast (#4850)
This commit is contained in:
@@ -18,7 +18,7 @@ const colors = {
|
||||
brand: '#61dafb', // electric blue
|
||||
brandLight: '#bbeffd',
|
||||
text: '#1a1a1a', // very dark grey / black substitute
|
||||
subtle: '#6d6d6d', // light grey for text
|
||||
subtle: '#6B6B6B', // light grey for text
|
||||
subtleOnDark: '#999',
|
||||
divider: '#ececec', // very light grey
|
||||
note: '#ffe564', // yellow
|
||||
|
||||
Reference in New Issue
Block a user