final polish and version bump

This commit is contained in:
Nuno Coração
2023-01-05 20:45:47 +00:00
parent 7e77a5fac6
commit a17139e1dd
6 changed files with 21 additions and 27 deletions

View File

@@ -118,11 +118,11 @@ module.exports = {
borderRadius: "0.12rem",
},
code:{
backgroundColor: theme("colors.neutral.200 / 1"),
paddingTop: "2px",
paddingBottom: "2px",
paddingLeft: "3px",
paddingRight: "3px",
backgroundColor: theme("colors.secondary.200 / 1"),
paddingTop: "3px",
paddingBottom: "3px",
paddingLeft: "5px",
paddingRight: "5px",
},
'code::before': {
display: 'none'
@@ -151,7 +151,7 @@ module.exports = {
backgroundColor: theme("colors.secondary.400 / 1"),
},
code:{
backgroundColor: theme("colors.neutral.600 / 1"),
backgroundColor: theme("colors.secondary.800 / 1"),
},
},
},