We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789d767 commit 004acfeCopy full SHA for 004acfe
src/theme.js
@@ -4,6 +4,9 @@ import deepmerge from 'deepmerge'
4
5
export const NPM_RED = '#cb0000'
6
7
+export const NPM_LINK_RED = '#cf2b2b' // Asscessibility contrast ratio issue #9165
8
+
9
10
export const npmTheme = deepmerge(theme, {
11
colors: {
12
logoBg: NPM_RED,
@@ -12,7 +15,7 @@ export const npmTheme = deepmerge(theme, {
15
light: {
13
16
14
17
accent: {
- fg: NPM_RED,
18
+ fg: NPM_LINK_RED,
19
emphasis: NPM_RED,
20
},
21
0 commit comments