WordPress 7.0 Post Editor Styling
My site uses a dark theme, so the text is all white on the frontend. This was never a problem before, as the text was black on a white background in the page and post editors, so I could see what I was doing.
With 7.0, the editors are now using the font styling from the frontend, but not the background styling. This means when in the editor, I'm now working with white text on a white background.
I've tried a few different dark mode plugins, but none of them seem to affect the editor itself. I've also tried turning off theme styles in the editor's preferences tab, but that doesn't fix things.
Does anyone know of a fix for this issue introduced by WordPress 7.0?
EDIT: I've added a line of CSS to change the editor styling. This is obviously not the ideal solution, but it works for now until a real solution is discovered or added to WordPress.