mirror of https://github.com/jpanther/congo.git
💄 Add classes for indented code blocks in dark mode
parent
a118081367
commit
478ec87dab
File diff suppressed because one or more lines are too long
|
@ -110,6 +110,9 @@ module.exports = {
|
||||||
color: theme("colors.gray.200"),
|
color: theme("colors.gray.200"),
|
||||||
backgroundColor: theme("colors.gray.700"),
|
backgroundColor: theme("colors.gray.700"),
|
||||||
},
|
},
|
||||||
|
"pre code": {
|
||||||
|
color: theme("colors.gray.200"),
|
||||||
|
},
|
||||||
thead: {
|
thead: {
|
||||||
color: theme("colors.white"),
|
color: theme("colors.white"),
|
||||||
borderBottomColor: theme("colors.gray.400"),
|
borderBottomColor: theme("colors.gray.400"),
|
||||||
|
|
Loading…
Reference in New Issue