We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a247841 + 130212c commit 3ab37afCopy full SHA for 3ab37af
src/custom/StyledChapter/StyledChapter.tsx
@@ -1,5 +1,5 @@
1
import { styled } from '@mui/material';
2
-import { KEPPEL, SLATE_BLUE, TRANSPARENT_WHITE } from '../../theme';
+import { SLATE_BLUE, TRANSPARENT_WHITE } from '../../theme';
3
4
const StyledChapter = styled('div')(({ theme }) => ({
5
color: theme.palette.text.primary,
@@ -15,7 +15,7 @@ const StyledChapter = styled('div')(({ theme }) => ({
15
},
16
17
'& a': {
18
- color: KEPPEL,
+ color: theme.palette.background.default,
19
textDecoration: 'none'
20
21
'& pre': {
0 commit comments