Reproduction URL (Required)
https://play.tailwindcss.com/I6Agb7NTb7?file=css
What version of daisyUI are you using?
5.1.10
Which browsers are you seeing the problem on?
No response
Describe your issue
Description
When using DaisyUI with Tailwind CSS Typography, the headings do not change color in dark mode. They remain black, which affects readability against dark backgrounds.
Steps to Reproduce
- Set up a project with DaisyUI and Tailwind CSS.
- Enable dark mode in your Tailwind CSS configuration.
- Add headings (e.g.,
<h1>, <h2>, etc.) to your HTML, under a div with prose class.
- Switch to dark mode.
Expected Behavior
Headings should automatically adjust to a lighter color suitable for dark mode, ensuring they are readable against the dark background.
Actual Behavior
Headings remain black in dark mode, making them difficult to read.
Environment
- DaisyUI version: 5.1.10
- Tailwind CSS version: 4.1.13
Reproduction URL (Required)
https://play.tailwindcss.com/I6Agb7NTb7?file=css
What version of daisyUI are you using?
5.1.10
Which browsers are you seeing the problem on?
No response
Describe your issue
Description
When using DaisyUI with Tailwind CSS Typography, the headings do not change color in dark mode. They remain black, which affects readability against dark backgrounds.
Steps to Reproduce
<h1>,<h2>, etc.) to your HTML, under adivwithproseclass.Expected Behavior
Headings should automatically adjust to a lighter color suitable for dark mode, ensuring they are readable against the dark background.
Actual Behavior
Headings remain black in dark mode, making them difficult to read.
Environment