fix: bold text color (#5197)
This commit is contained in:
parent
66aedafe8a
commit
7b6a2343cb
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ module.exports = {
|
|||
"--tw-prose-headings": convertToRGB("--color-text-100"),
|
||||
"--tw-prose-lead": convertToRGB("--color-text-100"),
|
||||
"--tw-prose-links": convertToRGB("--color-primary-100"),
|
||||
"--tw-prose-bold": convertToRGB("--color-text-100"),
|
||||
"--tw-prose-bold": "inherit",
|
||||
"--tw-prose-counters": convertToRGB("--color-text-100"),
|
||||
"--tw-prose-bullets": convertToRGB("--color-text-100"),
|
||||
"--tw-prose-hr": convertToRGB("--color-text-100"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue