Use typography-theme-wordpress-2016 as default theme

This commit is contained in:
Kyle Mathews 2016-06-28 20:02:19 -07:00
parent 3efd74a20f
commit a865b54d5e
8 changed files with 17 additions and 32 deletions

View file

@ -26,7 +26,7 @@ class BlogIndex extends React.Component {
marginBottom: rhythm(1/4),
}}
>
<Link to={prefixLink(page.path)}>{title}</Link>
<Link style={{boxShadow: 'none'}} to={prefixLink(page.path)}>{title}</Link>
</li>
)
}