Remove underline on hyperlinked images

This commit is contained in:
Karol Musur 2017-10-21 22:54:44 +02:00
parent 9775930b10
commit 0f25ed1579

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.