From 4f9f3bd2a3f100050356d1f2dc091af99752e9bf Mon Sep 17 00:00:00 2001 From: SkyfallWasTaken Date: Sat, 13 Jul 2024 19:37:14 +0100 Subject: [PATCH] Fix bold in prose --- tailwind.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tailwind.config.mjs b/tailwind.config.mjs index 3490616..3333b2a 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -7,6 +7,7 @@ export default { DEFAULT: { css: { "--tw-prose-body": theme("colors.pink[800]"), + "--tw-prose-bold": theme("colors.text"), "--tw-prose-headings": theme("colors.text"), "--tw-prose-links": theme("colors.text"), "--tw-prose-hr": theme("colors.pink[300]"),