Remove underline on hyperlinked images
This commit is contained in:
parent
9775930b10
commit
0f25ed1579
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue