Okay
  Public Ticket #3607883
Blog post text hardly readable in dark mode
Open

Comments

  • Patrick started the conversation

    Sorry to bother you again...

    I'm noticing that in Dark Mode, text is barely visible in my posts. Is there a simple way to fix this?

    Other than that, the theme is magnificent!

    Attached files:  Schermafbeelding 2024-03-16 133128.png

  •  839
    Jelly replied

    Hello,

    Please use this code:

    .dark-version .post-details p { color: white; } .dark-version .title.post-detail { color: white; } .dark-version .sidebar .widget a { color: white; } .dark-version .post-details .post-author .title.small, .dark-version .post-details .post-comments .title.small, .dark-version .post-details .post-reply .title.small { color: white; }

    Best Regards,
    Jelly Team

  • Patrick replied

    Thank you! Much better now