diff --git a/src/utils/typography.js b/src/utils/typography.js index 5af3ba6..cb559ac 100644 --- a/src/utils/typography.js +++ b/src/utils/typography.js @@ -1,6 +1,12 @@ import Typography from 'typography' import Wordpress2016 from 'typography-theme-wordpress-2016' +Wordpress2016.overrideThemeStyles = () => ({ + 'a.gatsby-resp-image-link': { + boxShadow: 'none', + } +}) + const typography = new Typography(Wordpress2016) // Hot reload typography in development.