diff --git a/tailwind.config.ts b/tailwind.config.ts index f412e22..7a0263f 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -141,7 +141,10 @@ const config: Config = { }, blockquote: { color: theme('colors.gray.800'), - } + }, + code: { + color: theme('colors.gray.800'), + }, }; const themeStar = { color: theme('colors.gray.200'), @@ -165,7 +168,10 @@ const config: Config = { }, blockquote: { color: theme('colors.gray.300'), - } + }, + code: { + color: theme('colors.gray.300'), + }, }; return {