Merge pull request #64 from Wowu/km-image-hover

Remove underline for hyperlinked images
This commit is contained in:
Kyle Mathews 2017-10-21 23:26:22 -07:00 committed by GitHub
commit a7626a82d2

View file

@ -1,6 +1,12 @@
import Typography from 'typography' import Typography from 'typography'
import Wordpress2016 from 'typography-theme-wordpress-2016' import Wordpress2016 from 'typography-theme-wordpress-2016'
Wordpress2016.overrideThemeStyles = () => ({
'a.gatsby-resp-image-link': {
boxShadow: 'none',
}
})
const typography = new Typography(Wordpress2016) const typography = new Typography(Wordpress2016)
// Hot reload typography in development. // Hot reload typography in development.