mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
💄 remove wrapping from code and blockquotes and added background color to code
This commit is contained in:
@@ -117,6 +117,25 @@ 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: {
|
||||
@@ -131,6 +150,9 @@ module.exports = {
|
||||
mark: {
|
||||
backgroundColor: theme("colors.secondary.400 / 1"),
|
||||
},
|
||||
code:{
|
||||
backgroundColor: theme("colors.neutral.600 / 1"),
|
||||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user