Skip to content

Commit

Permalink
#31 merging master
Browse files Browse the repository at this point in the history
  • Loading branch information
samgildea committed May 5, 2021
1 parent 88b3f42 commit 03bce8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/header/header-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const NavContainer = styled.div`
&.colorChange {
background-color: rgb(0, 0, 0, 0.55);
color: ${colors.white900};
}
position: fixed;
Expand Down Expand Up @@ -63,13 +62,11 @@ export const NavLink = styled.a`
padding-left: 100px;
text-decoration: none;
color: ${colors.black900};
&.home-header {
color: ${colors.white900};
}
`

export const MobileIcon = styled.div`
Expand Down

0 comments on commit 03bce8b

Please sign in to comment.