Skip to content

Commit

Permalink
feat: change header link color on mobile platform
Browse files Browse the repository at this point in the history
  • Loading branch information
0x74616e67 committed Nov 26, 2022
1 parent b903908 commit 79ad120
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/containers/Header/HeaderLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@ const WrappLink = styled.span`
&.level-1,
&.level-2 {
color: #65709a;
${media.m} {
color: #eeeeee;
}
}
&.home {
Expand Down

0 comments on commit 79ad120

Please sign in to comment.