1.0.7 — Yoast panel consistency fix
Fixes an inconsistency the user flagged in the Midnight theme's Gutenberg
editor: Yoast SEO's keyphrase input field was dark while the rest of its
panel stayed light. Root cause: the plugin's global dark-input styling
(.wp-core-ui input[type=text]) is unscoped beyond <body> and reached
into Yoast's own, deliberately-light panel.
Fix: Yoast's own form fields (.wpseo-metabox-content inputs/textarea/select)
now revert to their native light styling, so the whole panel reads as
consistently light instead of a light-panel-with-a-dark-input mix.
Verified with a full 12-page WCAG contrast re-scan — no new regressions,
only pre-approved false positives (screen-reader-only text, color-scheme
preview swatch) remain.