The `opacity` function uses comma-separated `rgb` syntax while attempting to apply a non-trivial level of transparency: https://github.com/tailwindlabs/tailwindcss-typography/blob/b316f958af5bc12a981526c3091d8319626e274e/src/styles.js#L24 This breaks the shadow colors in dark mode: <img width="398" height="36" alt="Image" src="https://github.com/user-attachments/assets/eef83b8f-5ca7-4f87-88ce-7090efe16e55" /> vs <img width="391" height="31" alt="Image" src="https://github.com/user-attachments/assets/1098a222-6058-451b-ade9-45234c3b9cda" /> I'd expect this: <img width="392" height="34" alt="Image" src="https://github.com/user-attachments/assets/c7d37922-9f67-4125-8235-b76ec3980dac" /> I'm using Tailwind 4.1.13 and version 0.5.18 of this plugin.