Skip to content

Commit

Permalink
Merge pull request #855 from Conflux-Chain/hotfix-mobile-headerlink-c…
Browse files Browse the repository at this point in the history
…olor

feat: change header link color on mobile platform
  • Loading branch information
0x74616e67 authored Nov 26, 2022
2 parents b903908 + 79ad120 commit c5fce9f
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 c5fce9f

Please sign in to comment.