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
commit 23886f823c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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