Skip to content

Commit

Permalink
feat(ui): update header box-shadown and title color
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Apr 6, 2022
1 parent efb17c7 commit 7d55666
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Header/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ const LocalHeader = styled.header`
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.1);
box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.05);
h1 {
font-weight: 500;
a {
text-decoration: none;
color: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255, 0.89);
}
}
@media (min-width: 800px) {
box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.05);
}
`

export default LocalHeader

1 comment on commit 7d55666

@vercel
Copy link

@vercel vercel bot commented on 7d55666 Apr 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.