mirror of https://github.com/jpanther/congo.git
💄 Add missing classes for indented code blocks
parent
fc205a09f0
commit
9ef269be46
File diff suppressed because one or more lines are too long
|
@ -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"),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue