styling fixes

This commit is contained in:
Cory Dransfeldt 2023-03-11 21:41:32 -08:00
parent 331a0058d4
commit 6d91d2f42e
No known key found for this signature in database
4 changed files with 10 additions and 9 deletions

View file

@ -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',
},
},
},