💄 Add missing classes for indented code blocks

This commit is contained in:
James Panther
2021-08-12 18:31:38 +10:00
parent fc205a09f0
commit 9ef269be46
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
@@ -46,6 +46,9 @@ module.exports = {
code: {
color: theme("colors.secondary.700"),
},
"pre code": {
color: theme("colors.gray.700"),
},
pre: {
backgroundColor: theme("colors.gray.50"),
},