Skip to content

Commit

Permalink
set link color
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox committed Jul 29, 2024
1 parent 9e6e6b1 commit 5c16bb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ const HomePage = styled.div`
const HomePageContent = styled.div`
width: 100%;
margin: 0 auto;
a {
font-weight: 600;
color: ${colors.teal};
}
`;

const Hero = styled.div`
Expand Down

0 comments on commit 5c16bb2

Please sign in to comment.