diff --git a/tailwind.config.js b/tailwind.config.js index bb9ed69c12..1f08f0f78c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -108,6 +108,9 @@ module.exports = { 'pre > code': { color: theme('colors.white'), } + },{ + '--tw-prose-bullets': figma_colors.content, + '--tw-prose-invert-bullets': figma_colors.dark.content, }] },