diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index ef17602..ec09d82 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -24,7 +24,7 @@ module.exports = { '--tw-prose-bold': 'rgb(var(--color-yellow1))', '--tw-prose-quotes': 'rgb(var(--color-foreground))', '--tw-prose-bullets': 'rgb(var(--color-primary))', - '--tw-prose-code': 'rgb(var(--color-base))', + '--tw-prose-code': 'rgb(var(--color-yellow1))', '--tw-prose-pre-bg': 'rgb(var(--color-background1))', '--tw-prose-quote-borders': 'rgb(var(--color-primary))', '--tw-prose-counters': 'rgb(var(--color-foreground))', @@ -35,7 +35,7 @@ module.exports = { '--tw-prose-invert-quotes': 'rgb(var(--color-foreground))', '--tw-prose-invert-bullets': 'rgb(var(--color-primary))', '--tw-prose-invert-quote-borders': 'rgb(var(--color-primary))', - '--tw-prose-invert-code': 'rgb(var(--color-base))', + '--tw-prose-invert-code': 'rgb(var(--color-yellow))', '--tw-prose-invert-pre-bg': 'rgb(var(--color-background1))', '--tw-prose-invert-counters': 'rgb(var(--color-foreground))', }