From a10e282166ebceb5621450b735526b7aab235d78 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Wed, 16 Oct 2024 17:20:15 -0700 Subject: [PATCH] feat: Use less intensive colour for dark mode code --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index cbe2c08..848a2cd 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -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'),