From 93655fef6213714eecae4baa89ade10d35ffa2ee Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 11 Jan 2024 21:45:32 -0600 Subject: [PATCH] refactor: tailwind prose styles --- web/tailwind.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/tailwind.config.ts b/web/tailwind.config.ts index 805fa2771..5b74d1816 100644 --- a/web/tailwind.config.ts +++ b/web/tailwind.config.ts @@ -147,6 +147,7 @@ export default >{ '--tw-prose-invert-quote-borders': theme('colors.alpha'), '--tw-prose-invert-captions': theme('colors.alpha'), '--tw-prose-invert-code': theme('colors.alpha'), + '--tw-prose-invert-code-bg': theme('colors.gamma-opaque'), '--tw-prose-invert-pre-code': theme('colors.alpha'), '--tw-prose-invert-pre-bg': theme('colors.beta'), '--tw-prose-invert-th-borders': theme('colors.alpha'),