Revert "💄 remove wrapping from code and blockquotes and added background color to code"

This reverts commit 310fbb6349.
This commit is contained in:
Nuno Coração
2023-01-05 20:51:11 +00:00
committed by GitHub
parent dd3bfb1eef
commit 4453e4add3
2 changed files with 8 additions and 41 deletions

View File

@@ -117,25 +117,6 @@ module.exports = {
padding: "0.1rem 0.2rem",
borderRadius: "0.12rem",
},
code:{
backgroundColor: theme("colors.neutral.200 / 1"),
paddingTop: "2px",
paddingBottom: "2px",
paddingLeft: "3px",
paddingRight: "3px",
},
'code::before': {
display: 'none'
},
'code::after': {
display: 'none'
},
'p::before': {
display: 'none'
},
'p::after': {
display: 'none'
},
},
},
invert: {
@@ -150,9 +131,6 @@ module.exports = {
mark: {
backgroundColor: theme("colors.secondary.400 / 1"),
},
code:{
backgroundColor: theme("colors.neutral.600 / 1"),
},
},
},
}),