Change favicon && color

This commit is contained in:
Jinksi 2017-11-18 14:17:58 +10:00
parent aeeccd8fca
commit 870ea9407d
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -15,7 +15,7 @@ export default (props) => (
<Container>
<Flex alignCenter>
<Logo>
<span role='img' aria-label='Watermelon'>🍉</span>
<span role='img' aria-label='Chili'>🌶</span>
</Logo>
<NavLink to='/' exact>Home</NavLink>
<NavLink to='/about/' exact>About</NavLink>

View file

@ -10,7 +10,7 @@ export const font = {
}
export const color = {
primary: '#FA5463',
primary: 'tomato',
secondary: '#212121',
lightGrey: 'whitesmoke'
}