diff --git a/packages/theme/src/themes.ts b/packages/theme/src/themes.ts index f67360f176..b6810d9a84 100644 --- a/packages/theme/src/themes.ts +++ b/packages/theme/src/themes.ts @@ -111,7 +111,7 @@ export const darkTheme = createTheme({ info: '#2E77D0', error: '#E22134', text: '#FFFFFF', - link: '#0A6EBE', + link: '#FDFB9F', }, border: '#E6E6E6', textContrast: '#FFFFFF', @@ -124,8 +124,8 @@ export const darkTheme = createTheme({ errorText: '#CA001B', infoText: '#004e8a', warningText: '#000000', - linkHover: '#EFE5A1', - link: '#EFE5B1', + linkHover: '#FFED51', + link: '#FDFB9F', gold: yellow.A700, navigation: { background: '#424242',