💄 Add classes for indented code blocks in dark mode

This commit is contained in:
James Panther
2021-08-13 15:10:10 +10:00
parent a118081367
commit 478ec87dab
2 changed files with 4 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -110,6 +110,9 @@ module.exports = {
color: theme("colors.gray.200"),
backgroundColor: theme("colors.gray.700"),
},
"pre code": {
color: theme("colors.gray.200"),
},
thead: {
color: theme("colors.white"),
borderBottomColor: theme("colors.gray.400"),