diff --git a/tailwind.config.js b/tailwind.config.js index 85a7852..20d11e7 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -70,6 +70,9 @@ export default { '--tw-prose-lead': theme('colors.black'), '--tw-prose-bullets': theme('colors.red'), '--tw-prose-invert-bullets': theme('colors.white'), + blockquote: { + fontStyle: 'normal', + }, p: { fontSize: rem(18), lineHeight: round(25 / 16),