Skip to content

Commit

Permalink
chore: using brand colors
Browse files Browse the repository at this point in the history
Signed-off-by: rishabhsharma1997 <[email protected]>
  • Loading branch information
rishabhsharma1997 committed Aug 8, 2024
1 parent a1a1353 commit 130212c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/StyledChapter/StyledChapter.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { styled } from '@mui/material';
import { KEPPEL, SLATE_BLUE, TRANSPARENT_WHITE } from '../../theme';
import { SLATE_BLUE, TRANSPARENT_WHITE } from '../../theme';

const StyledChapter = styled('div')(({ theme }) => ({
color: theme.palette.text.primary,
Expand All @@ -15,7 +15,7 @@ const StyledChapter = styled('div')(({ theme }) => ({
},

'& a': {
color: KEPPEL,
color: theme.palette.background.default,
textDecoration: 'none'
},
'& pre': {
Expand Down

0 comments on commit 130212c

Please sign in to comment.