I’m using dark/light mode throughout my site. On some pages, I’m also using the modal stack. However, I’ve come across an issue. I can set the general colour in the main Foundry stack, but there isn’t a dark mode option. In my case, it is set to an off-white.
When the modal is opened it is taking the colour for the header and the paragraph text from the font colours for light and dark modes (so black text in light mode and white text in dark mode). So what happens when the modal is opened in light mode is that I get black text on a white background, but in dark mode, I get white text on an off-white background (the modal background doesn’t change).
How do I resolve this? I can change the colour paragraph style easily, but not the header. Am I missing something?
Thanks