💄 improve to codeblocks

This commit is contained in:
Nuno Coração
2023-01-05 21:30:49 +00:00
parent 99bf2058e7
commit 4d16c10f6b
2 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ module.exports = {
borderRadius: "0.12rem",
},
code:{
backgroundColor: theme("colors.secondary.200 / 1"),
backgroundColor: theme("colors.neutral.50 / 1"),
paddingTop: "3px",
paddingBottom: "3px",
paddingLeft: "5px",
@@ -151,7 +151,7 @@ module.exports = {
backgroundColor: theme("colors.secondary.400 / 1"),
},
code:{
backgroundColor: theme("colors.secondary.800 / 1"),
backgroundColor: theme("colors.neutral.700 / 1"),
},
},
},