Prompts rendering white-on-white on the website

Prompt text is rendering incorrectly on the website today in Edge, with white text on a white background. Don’t know if it’s a website update or something that changed in Edge. If it helps, it’s coming from this CSS rule:

    @media (prefers-reduced-transparency:reduce) {
        :is(html,.light,.dark .light) {
            --message-surface: #f4f4f4
        }
    }

Same issue here; tried fixing it on multiple browsers, adjusting dark mode settings both in-app and on browser, cleared cache/token, and incognito mode.