mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
💄 improve to codeblocks
This commit is contained in:
@@ -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"),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user