We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a56184b + 43a25cc commit b18a230Copy full SHA for b18a230
1 file changed
src/custom/TOCChapter/style.tsx
@@ -1,5 +1,4 @@
1
import { styled } from '@mui/material';
2
-import { CARIBBEAN_GREEN } from '../../theme';
3
4
export const TOCWrapper = styled('div')(({ theme }) => ({
5
'.chapter-back': {
@@ -67,13 +66,13 @@ export const TOCWrapper = styled('div')(({ theme }) => ({
67
66
},
68
'&:hover': {
69
'&::marker, & p, & a': {
70
- color: CARIBBEAN_GREEN
+ color: theme.palette.background.brand?.default
71
}
72
73
74
'.active-link': {
75
76
77
78
79
0 commit comments