💄 Add classes for indented code blocks in dark mode

pull/2/head
James Panther 2021-08-13 15:10:10 +10:00
parent a118081367
commit 478ec87dab
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

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"),