diff --git a/src/custom/StyledChapter/StyledChapter.tsx b/src/custom/StyledChapter/StyledChapter.tsx index 71a8fb11..1272b0f0 100644 --- a/src/custom/StyledChapter/StyledChapter.tsx +++ b/src/custom/StyledChapter/StyledChapter.tsx @@ -15,7 +15,7 @@ const StyledChapter = styled('div')(({ theme }) => ({ }, '& a': { - color: theme.palette.background.default, + color: theme.palette.background.brand?.default, textDecoration: 'none' }, '& pre': {