You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mirroring tailwindcss/typography's state variant customization (shown here), I expect this custom hover color to be applied to anchors when in dark mode.
No hover color is applied; anchors remain the same color as non-hover state.
To be clear: nightwind is working as expected in all other aspects, it's just hover that doesn't seem to be applying. I have no hover:text-xxx-xxx css overrides in any components or tailwind.scss.
The text was updated successfully, but these errors were encountered:
Expected:
Mirroring tailwindcss/typography's state variant customization (shown here), I expect this custom hover color to be applied to anchors when in dark mode.
My tailwind.config.js fragment:
Actual:
No hover color is applied; anchors remain the same color as non-hover state.
To be clear: nightwind is working as expected in all other aspects, it's just hover that doesn't seem to be applying. I have no hover:text-xxx-xxx css overrides in any components or tailwind.scss.
The text was updated successfully, but these errors were encountered: