Dark mode leads to unreadable text in editor input fields

Description:

when my computer goes into dark mode in the evening all input fields get a dark blue text color and turn almost unreadable. I have no clue where this styling is coming from:

.wpext-base .admin_url label, input[type="text"] {
    color: #29446C !important;
}

Screenshots, screen recording, code snippet

Environment info

  • WordPress version: latest
  • Cwicly Plugin version: latest

Hello @Jonas,

This is coming from a plugin, basically overriding any style applied with !important.
You might want to reach out to the plugin developer (wpext) to get that addressed.

Cheers,

Hi @Louis,

thanks for the quick response!
Indeed it is another plugin. The Plugin that causes this issue is WP Extended. Will contact the developer.