styling fixes
This commit is contained in:
parent
331a0058d4
commit
6d91d2f42e
4 changed files with 10 additions and 9 deletions
|
@ -53,7 +53,10 @@ module.exports = {
|
|||
border: `1px solid ${theme('colors.gray.700')}`,
|
||||
},
|
||||
code: {
|
||||
color: `${theme('colors.gray.50')} !important`,
|
||||
backgroundColor: theme('colors.gray.900'),
|
||||
borderRadius: '0.25rem',
|
||||
padding: '0.25rem',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Reference in a new issue