Skip to content

Commit 23886f8

Browse files
authored
Merge pull request #324 from timlrx/fix/dark-prose-th
fix: dark prose table header
2 parents 5e617c6 + 40200b1 commit 23886f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tailwind.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ module.exports = {
137137
},
138138
strong: { color: theme('colors.gray.100') },
139139
thead: {
140-
color: theme('colors.gray.100'),
140+
th: {
141+
color: theme('colors.gray.100'),
142+
},
141143
},
142144
tbody: {
143145
tr: {

0 commit comments

Comments
 (0)