Skip to content

Commit 1a2192e

Browse files
committed
Add figcaption to strong and code override
1 parent 0a6c377 commit 1a2192e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,9 @@ module.exports = {
12581258
'thead th strong': {
12591259
color: 'inherit',
12601260
},
1261+
'figcaption strong': {
1262+
color: 'inherit',
1263+
},
12611264
ol: {
12621265
listStyleType: 'decimal',
12631266
},
@@ -1385,6 +1388,9 @@ module.exports = {
13851388
'thead th code': {
13861389
color: 'inherit',
13871390
},
1391+
'figcaption code': {
1392+
color: 'inherit',
1393+
},
13881394
pre: {
13891395
color: 'var(--tw-prose-pre-code)',
13901396
backgroundColor: 'var(--tw-prose-pre-bg)',

0 commit comments

Comments
 (0)