@@ -42,7 +42,6 @@ $color--grey-10: #e6e6e6;
42
42
$color--grey-20 : #ccc ;
43
43
$color--grey-30 : #b3b3b3 ;
44
44
$color--grey-40 : #999 ;
45
- $color--grey-45 : #989b9b ;
46
45
$color--grey-50 : #808080 ;
47
46
$color--grey-60 : #666 ;
48
47
$color--grey-70 : #4d4d4d ;
@@ -60,14 +59,14 @@ $color--earth-streamfield-background: #e6e3df;
60
59
--color--background : #{$color--eclipse } ;
61
60
--color--footer-background : #{$color--dark-background } ;
62
61
--color--nav-text : #{$color--grey-5 } ;
63
- --color--nav-border : #{color .adjust ($color--eclipse , $alpha : -0.5 )} ;
62
+ --color--nav-border : #{color .adjust ($color--eclipse , $alpha : -0.3 )} ;
64
63
--color--light-background-text : #{$color--eclipse } ;
65
64
--color--heading : #{$color--white } ;
66
65
--color--heading-50 : #{color .adjust ($color--white , $alpha : -0.5 )} ;
67
66
--color--text : #{$color--grey-20 } ;
68
67
--color--text-50 : #{color .adjust ($color--grey-20 , $alpha : -0.5 )} ;
69
68
--color--link : #{$color--white } ;
70
- --color--link-underline : #{$color--grey-45 } ;
69
+ --color--link-underline : #{color . adjust ( $color--white , $alpha : -0.5 ) } ;
71
70
--color--link-interaction : #{$color--white } ;
72
71
--color--streamfield-background : #{$color--mid-grey } ;
73
72
--color--decoration : #{$color--grey-50 } ;
@@ -180,13 +179,14 @@ $color--earth-streamfield-background: #e6e3df;
180
179
// redeclare any base variables that are different in light mode (these ones don't change with the theme)
181
180
--color--background : #{$color--white } ;
182
181
--color--nav-text : #{$color--eclipse } ;
182
+ --color--nav-border : #{color .adjust ($color--white , $alpha : -0.3 )} ;
183
183
--color--heading : #{$color--eclipse } ;
184
184
--color--heading-50 : #{color .adjust ($color--eclipse , $alpha : -0.5 )} ;
185
185
--color--text : #{$color--grey-70 } ;
186
186
--color--text-50 : #{color .adjust ($color--grey-70 , $alpha : -0.5 )} ;
187
187
--color--decoration : #{$color--eclipse } ;
188
188
--color--link : #{$color--eclipse } ;
189
- --color--link-underline : #{$color--eclipse } ;
189
+ --color--link-underline : #{color . adjust ( $color--eclipse , $alpha : -0.5 ) } ;
190
190
--color--link-interaction : #{$color--eclipse } ;
191
191
--color--streamfield-background : #{$color--grey-5 } ;
192
192
}
0 commit comments