Skip to content

Commit

Permalink
Design: 기본 글씨 색 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
navyjeongs committed Jan 29, 2024
1 parent 3b88ddf commit 8e88b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ const ItemIndex = styled.div`
width: 3rem;
`;
const ItemLink = styled.a`
color: black;
color: ${({ theme }) => theme.text};
text-decoration: none;
`;

0 comments on commit 8e88b35

Please sign in to comment.