chore: tweak colors
This commit is contained in:
parent
b5ac360bbd
commit
2a7e34c8d5
8 changed files with 20 additions and 20 deletions
|
@ -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'),
|
||||
|
|
Reference in a new issue