feat: Use less intensive colour for dark mode code
This commit is contained in:
parent
5b4ce34163
commit
a10e282166
|
@ -156,7 +156,7 @@ const config: Config = {
|
|||
'--tw-prose-quotes': theme('colors.gray.100'),
|
||||
'--tw-prose-quote-borders': theme('colors.eucalyptus.300'),
|
||||
'--tw-prose-captions': theme('colors.gray.200'),
|
||||
'--tw-prose-code': theme('colors.sunglow.100'),
|
||||
'--tw-prose-code': theme('colors.sunglow.300'),
|
||||
'--tw-prose-pre-code': theme('colors.gray.500'),
|
||||
'--tw-prose-pre-bg': theme('colors.gray.500'),
|
||||
'--tw-prose-th-borders': theme('colors.gray.500'),
|
||||
|
|
Loading…
Reference in New Issue