Skip to content

Commit

Permalink
Add figcaption to strong and code override
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Jul 11, 2022
1 parent 0a6c377 commit 1a2192e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles.js
Expand Up @@ -1258,6 +1258,9 @@ module.exports = {
'thead th strong': {
color: 'inherit',
},
'figcaption strong': {
color: 'inherit',
},
ol: {
listStyleType: 'decimal',
},
Expand Down Expand Up @@ -1385,6 +1388,9 @@ module.exports = {
'thead th code': {
color: 'inherit',
},
'figcaption code': {
color: 'inherit',
},
pre: {
color: 'var(--tw-prose-pre-code)',
backgroundColor: 'var(--tw-prose-pre-bg)',
Expand Down

0 comments on commit 1a2192e

Please sign in to comment.