File tree 4 files changed +6
-18
lines changed 4 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,7 @@ export default ({
177
177
'none' ,
178
178
'none' ,
179
179
`1px solid ${ colors . lighten ( 0.25 , colors . border ) } `
180
- ] ,
181
- filter : 'grayscale(100%)' ,
182
- // needed for the filter above, Chrome messed up layers without it
183
- zIndex : 1
180
+ ]
184
181
} ) }
185
182
>
186
183
< Search />
@@ -211,8 +208,7 @@ export default ({
211
208
] ,
212
209
gridRow : 2 ,
213
210
gridColumn : [ '1 / span 2' , '1 / span 2' , '1 / span 1' ] ,
214
- paddingRight : [ 0 , 0 , 0 ] ,
215
- filter : 'grayscale(100%)'
211
+ paddingRight : [ 0 , 0 , 0 ]
216
212
} ) }
217
213
>
218
214
{ children }
Original file line number Diff line number Diff line change @@ -64,8 +64,7 @@ export default function SiteHeader() {
64
64
paddingTop : 24 ,
65
65
display : 'flex' ,
66
66
alignItems : 'center' ,
67
- paddingBottom : space [ 2 ] ,
68
- filter : 'grayscale(100%)'
67
+ paddingBottom : space [ 2 ]
69
68
} }
70
69
>
71
70
< Link
Original file line number Diff line number Diff line change @@ -7,14 +7,8 @@ const NotFoundPage = () => {
7
7
const title = 'NOT FOUND'
8
8
return (
9
9
< Layout title = { title } >
10
- < div
11
- css = { {
12
- filter : 'grayscale(100%)'
13
- } }
14
- >
15
- < h1 > { title } </ h1 >
16
- < p > You just hit a route that doesn't exist... the sadness.😢</ p >
17
- </ div >
10
+ < h1 > { title } </ h1 >
11
+ < p > You just hit a route that doesn't exist... the sadness.😢</ p >
18
12
</ Layout >
19
13
)
20
14
}
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ const Community = (props: *) => {
16
16
< Layout title = { title } >
17
17
< div
18
18
css = { mq ( {
19
- gridColumn : '1 / span 2' ,
20
- filter : 'grayscale(100%)'
19
+ gridColumn : '1 / span 2'
21
20
} ) }
22
21
>
23
22
< div >
You can’t perform that action at this time.
0 commit comments