We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
figcaption
strong
code
1 parent 0a6c377 commit 1a2192eCopy full SHA for 1a2192e
src/styles.js
@@ -1258,6 +1258,9 @@ module.exports = {
1258
'thead th strong': {
1259
color: 'inherit',
1260
},
1261
+ 'figcaption strong': {
1262
+ color: 'inherit',
1263
+ },
1264
ol: {
1265
listStyleType: 'decimal',
1266
@@ -1385,6 +1388,9 @@ module.exports = {
1385
1388
'thead th code': {
1386
1389
1387
1390
1391
+ 'figcaption code': {
1392
1393
1394
pre: {
1395
color: 'var(--tw-prose-pre-code)',
1396
backgroundColor: 'var(--tw-prose-pre-bg)',
0 commit comments