diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 02d0015..8af8afc 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -60,6 +60,6 @@ const ItemIndex = styled.div` width: 3rem; `; const ItemLink = styled.a` - color: black; + color: ${({ theme }) => theme.text}; text-decoration: none; `;