Merge pull request #324 from timlrx/fix/dark-prose-th

fix: dark prose table header
This commit is contained in:
Timothy
2022-01-04 23:41:07 +08:00
committed by GitHub

View File

@ -137,8 +137,10 @@ module.exports = {
},
strong: { color: theme('colors.gray.100') },
thead: {
th: {
color: theme('colors.gray.100'),
},
},
tbody: {
tr: {
borderBottomColor: theme('colors.gray.700'),