@@ -21,8 +21,6 @@ const darkTheme = ({ primary, secondary, tertiary }) => {
2121 fill : primary ,
2222 text : secondary ,
2323 'text-inverted' : tertiary ,
24- link : colors . blue [ '500' ] ,
25- 'link-hover' : colors . pink [ '500' ] ,
2624 }
2725
2826 const textDifficultyColors = {
@@ -40,6 +38,8 @@ const darkTheme = ({ primary, secondary, tertiary }) => {
4038 primary : baseColors . text ,
4139 'primary-inverted' : baseColors [ 'text-inverted' ] ,
4240 secondary : baseColors . fill ,
41+ link : colors . blue [ '500' ] ,
42+ 'link-hover' : colors . pink [ '500' ] ,
4343 } ,
4444 site : {
4545 'title' : baseColors . text ,
@@ -93,8 +93,6 @@ const lightTheme = ({ primary, secondary, tertiary }) => {
9393 fill : primary ,
9494 text : secondary ,
9595 'text-inverted' : tertiary ,
96- link : colors . blue [ '500' ] ,
97- 'link-hover' : colors . pink [ '500' ] ,
9896 }
9997
10098 const textDifficultyColors = {
@@ -112,6 +110,8 @@ const lightTheme = ({ primary, secondary, tertiary }) => {
112110 primary : baseColors . text ,
113111 'primary-inverted' : baseColors [ 'text-inverted' ] ,
114112 secondary : baseColors . fill ,
113+ link : colors . blue [ '500' ] ,
114+ 'link-hover' : colors . pink [ '500' ] ,
115115 } ,
116116 site : {
117117 'title' : baseColors [ 'text-inverted' ] ,
0 commit comments