mirror of
https://github.com/SkyfallWasTaken/skyfalldev.git
synced 2024-11-10 04:09:38 +00:00
Fix bold in prose
This commit is contained in:
parent
af94e3f319
commit
4f9f3bd2a3
1 changed files with 1 additions and 0 deletions
|
@ -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]"),
|
||||
|
|
Loading…
Reference in a new issue