-
|
Our project is a wiki which has a lot of text content (we're using Tailwind but without the typography plugin). Before adopting Daisy we use custom classes What would you recommend a semantic way to convey primary and secondary styles for text? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Check this page to see all color names: You can still use And you can still use any Tailwind CSS color or add your own colors. There are no limits. daisyUI just provides a set of additional colors. Let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. It's not immediately obvious, but now I see |
Beta Was this translation helpful? Give feedback.
Check this page to see all color names:
https://daisyui.com/docs/colors/
You can still use
text-primaryandtext-secondaryand they will use primary and secondary colors of the current daisyUI theme.You might also need
text-base-contentwhich is the default text color.And you can still use any Tailwind CSS color or add your own colors. There are no limits. daisyUI just provides a set of additional colors.
Let me know if you have any questions.