Skip to content

Commit

Permalink
[ chore ] cursor 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Jul 11, 2022
1 parent c9e6c0b commit 86a239f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/common/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ const StTopLink = styled.div`
a {
${({ theme }) => theme.fonts.b7_12_regular_120}
cursor: pointer;
&:hover {
${({ theme }) => theme.fonts.b7_12_bold_120}
}
Expand Down Expand Up @@ -120,4 +122,5 @@ const StMenuBtn = styled.a`
&:hover {
${({ theme }) => theme.fonts.t4_18_semibold_150};
}
cursor: pointer;
`;

0 comments on commit 86a239f

Please sign in to comment.