Merge pull request #324 from timlrx/fix/dark-prose-th
fix: dark prose table header
This commit is contained in:
commit
23886f823c
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user