Skip to content

Commit

Permalink
Merge pull request #710 from rishabhsharma1997/master
Browse files Browse the repository at this point in the history
chore: using brand colors
  • Loading branch information
captain-Akshay authored Aug 8, 2024
2 parents a247841 + 130212c commit 3ab37af
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 3ab37af

Please sign in to comment.