[Resolved] Make GP compatible with Dark Mode

Home Forums Support [Resolved] Make GP compatible with Dark Mode

Home Forums Support Make GP compatible with Dark Mode

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #749035
    Dragomir

    Could you please consider making GP compatible with the Dark Mode plugin? Here how it currently looks when Dark Mode is enabled:
    GeneratePress and Dark Mode

    Thank you in advance!

    #749269
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    That image doesn’t seem to be working – can you double-check?

    #749391
    Dragomir

    Hi Tom,

    Sorry about that! Please try now.

    #749866
    Tom
    Lead Developer
    Lead Developer

    Strange – is that the only Dark Mode related issue you’re experiencing?

    #749877
    Dragomir

    This is the most disturbing one πŸ™‚

    There are other minor inconsistencies, like having a white background text areas, tab bars, the GP options page is also mixed white and dark.

    I suggest you install the plugin and see for yourself.

    It’s just a little hard on the eyes when you work some time with the dark mode and suddenly all that white light hits you when you go to a page that is not yet DM-compatible.

    #750219
    Tom
    Lead Developer
    Lead Developer

    Try adding this function:

    add_action( 'admin_head', function() {
        ?>
        <style>
            .dark-mode select.select-type:hover {
                background-color: #222;
                color: #fff;
            }
        </style>
        <?php
    } );

    I’ll get this added to GPP 1.8 πŸ™‚

    #750301
    Dragomir

    Thank you very much, Tom!

    #750750
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.