Skip to content

Commit

Permalink
dark mode inline strong link color
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Sep 26, 2023
1 parent f6a9405 commit 9dfbd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/MarkdownElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ const Root = styled('div')(
},
},
},
'& a, & a code': {
'& a, & a code, & strong': {
color: `var(--muidocs-palette-primary-300, ${darkTheme.palette.primary[300]})`,
},
'& a code': {
Expand Down

0 comments on commit 9dfbd68

Please sign in to comment.