Replies: 2 comments
This comment was marked as spam.
This comment was marked as spam.
-
|
You have two options: Option 1: Override the default prose theme If you want all prose elements to use your colors, configure DEFAULT instead of pink: Option 2: Use your custom theme If you keep: then you must use: instead of just: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use latest version of https://github.com/tailwindlabs/tailwindcss-typography
And this is how my html looks like right now:
I want to change style to light version. How to do it?
I've tried to add next config, as described in docs, but it does not work:
I've added
@config "./tailwind.config.js";directive, CSS variables with prefix--chakrais defined, global styles file is included on page, but it does not work for me. Class i use on root element isWhat i missed?
Beta Was this translation helpful? Give feedback.
All reactions