Merge pull request #64 from Wowu/km-image-hover
Remove underline for hyperlinked images
This commit is contained in:
commit
a7626a82d2
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue