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
}
}