Skip to content

Commit

Permalink
feat(ui): update font weight of header title
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 23, 2021
1 parent 9659d21 commit c2241b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ const LocalHeader = styled.header`
box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.05);
h1 {
font-weight: 500;
a {
text-decoration: none;
font-weight: 700;
color: rgba(255, 255, 255, 0.7);
}
}
Expand Down

1 comment on commit c2241b3

@vercel
Copy link

@vercel vercel bot commented on c2241b3 Dec 23, 2021

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.