Fix bold in prose

This commit is contained in:
SkyfallWasTaken 2024-07-13 19:37:14 +01:00
parent af94e3f319
commit 4f9f3bd2a3

View file

@ -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]"),