chore: tweak colors

This commit is contained in:
Cory Dransfeldt 2023-05-22 14:29:03 -07:00
parent b5ac360bbd
commit 2a7e34c8d5
No known key found for this signature in database
8 changed files with 20 additions and 20 deletions

View file

@ -24,11 +24,11 @@ module.exports = {
DEFAULT: {
css: {
a: {
color: theme('colors.purple.500'),
color: theme('colors.purple.600'),
'&:hover': {
color: `${theme('colors.purple.400')} !important`,
color: `${theme('colors.purple.500')} !important`,
},
code: { color: theme('colors.purple.400') },
code: { color: theme('colors.purple.500') },
},
pre: {
backgroundColor: theme('colors.gray.900'),