fix: dark prose table header
This commit is contained in:
parent
5e617c6527
commit
40200b1d9c
@ -137,7 +137,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
strong: { color: theme('colors.gray.100') },
|
strong: { color: theme('colors.gray.100') },
|
||||||
thead: {
|
thead: {
|
||||||
color: theme('colors.gray.100'),
|
th: {
|
||||||
|
color: theme('colors.gray.100'),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
tbody: {
|
tbody: {
|
||||||
tr: {
|
tr: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user