💄 Add missing classes for indented code blocks

pull/2/head
James Panther 2021-08-12 18:31:38 +10:00
parent fc205a09f0
commit 9ef269be46
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

@ -46,6 +46,9 @@ module.exports = {
code: { code: {
color: theme("colors.secondary.700"), color: theme("colors.secondary.700"),
}, },
"pre code": {
color: theme("colors.gray.700"),
},
pre: { pre: {
backgroundColor: theme("colors.gray.50"), backgroundColor: theme("colors.gray.50"),
}, },