Merge pull request #5081 from GunnerStraiker1/link-color-dark-mode

Accessibility: Change link color in dark theme
This commit is contained in:
Fredrik Adelöw
2021-04-21 10:32:50 +02:00
committed by GitHub
2 changed files with 9 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': patch
---
Replace the link color in dark theme
+4 -3
View File
@@ -102,7 +102,8 @@ export const darkTheme = createTheme({
},
},
primary: {
main: '#8CB4E5',
main: '#9CC9FF',
dark: '#82BAFD',
},
secondary: {
main: '#FF88B2',
@@ -124,8 +125,8 @@ export const darkTheme = createTheme({
errorText: '#CA001B',
infoText: '#004e8a',
warningText: '#000000',
linkHover: '#2196F3',
link: '#0A6EBE',
linkHover: '#82BAFD',
link: '#9CC9FF',
gold: yellow.A700,
navigation: {
background: '#424242',