Change favicon && color
This commit is contained in:
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 |
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ export const font = {
|
|||
}
|
||||
|
||||
export const color = {
|
||||
primary: '#FA5463',
|
||||
primary: 'tomato',
|
||||
secondary: '#212121',
|
||||
lightGrey: 'whitesmoke'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue