From 89dd9450dd3cabb8729ee86e9631916af200f681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Garc=C3=ADa=20Maleta?= Date: Mon, 19 Feb 2024 06:16:26 -0500 Subject: [PATCH] Adjust list bullet color in tailwind prose (#2067) --- tailwind.config.js | 3 +++ 1 file changed, 3 insertions(+) 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, }] },