File tree 1 file changed +32
-1
lines changed
1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -1249,6 +1249,15 @@ module.exports = {
1249
1249
color : 'var(--tw-prose-bold)' ,
1250
1250
fontWeight : '600' ,
1251
1251
} ,
1252
+ 'a strong' : {
1253
+ color : 'inherit' ,
1254
+ } ,
1255
+ 'blockquote strong' : {
1256
+ color : 'inherit' ,
1257
+ } ,
1258
+ 'thead th strong' : {
1259
+ color : 'inherit' ,
1260
+ } ,
1252
1261
ol : {
1253
1262
listStyleType : 'decimal' ,
1254
1263
} ,
@@ -1313,27 +1322,31 @@ module.exports = {
1313
1322
} ,
1314
1323
'h1 strong' : {
1315
1324
fontWeight : '900' ,
1325
+ color : 'inherit' ,
1316
1326
} ,
1317
1327
h2 : {
1318
1328
color : 'var(--tw-prose-headings)' ,
1319
1329
fontWeight : '700' ,
1320
1330
} ,
1321
1331
'h2 strong' : {
1322
1332
fontWeight : '800' ,
1333
+ color : 'inherit' ,
1323
1334
} ,
1324
1335
h3 : {
1325
1336
color : 'var(--tw-prose-headings)' ,
1326
1337
fontWeight : '600' ,
1327
1338
} ,
1328
1339
'h3 strong' : {
1329
1340
fontWeight : '700' ,
1341
+ color : 'inherit' ,
1330
1342
} ,
1331
1343
h4 : {
1332
1344
color : 'var(--tw-prose-headings)' ,
1333
1345
fontWeight : '600' ,
1334
1346
} ,
1335
1347
'h4 strong' : {
1336
1348
fontWeight : '700' ,
1349
+ color : 'inherit' ,
1337
1350
} ,
1338
1351
// TODO: Figure out how to not need these, it's a merging issue
1339
1352
img : { } ,
@@ -1352,7 +1365,25 @@ module.exports = {
1352
1365
content : '"`"' ,
1353
1366
} ,
1354
1367
'a code' : {
1355
- color : 'var(--tw-prose-links)' ,
1368
+ color : 'inherit' ,
1369
+ } ,
1370
+ 'h1 code' : {
1371
+ color : 'inherit' ,
1372
+ } ,
1373
+ 'h2 code' : {
1374
+ color : 'inherit' ,
1375
+ } ,
1376
+ 'h3 code' : {
1377
+ color : 'inherit' ,
1378
+ } ,
1379
+ 'h4 code' : {
1380
+ color : 'inherit' ,
1381
+ } ,
1382
+ 'blockquote code' : {
1383
+ color : 'inherit' ,
1384
+ } ,
1385
+ 'thead th code' : {
1386
+ color : 'inherit' ,
1356
1387
} ,
1357
1388
pre : {
1358
1389
color : 'var(--tw-prose-pre-code)' ,
You can’t perform that action at this time.
0 commit comments