J-Novel Club
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users

    Inverted Credits Page

    Suggestions & Feedback
    2
    2
    65
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Serah
      Serah Premium Member last edited by

      Those final credit pages with some light novels - is it possible to have them in inverted colours?

      I read everything by default in dark mode; black background and white text

      And I often find myself "flashed" by that credits page which always comes in default, like an image. Is it possible to have that one at least by default inverted colours? Preferably a dark mode version, but it kinda looks like an image...

      Sorry for my bad English - it is not my native language
      Give Pens Down, Swords Up: Throw Your Studies to the Wind a try. It is that good! ♡(>ᴗ•)
      I like it as much as Realist Hero ♡

      pcj 1 Reply Last reply Reply Quote 0
      • pcj
        pcj Premium Member @Serah last edited by pcj

        @Serah this is possible to do dynamically in CSS if they wanted to do it in the reader at run time:

        @media (prefers-color-scheme: dark) {
          img {
            filter: invert(100%);
          }
        }
        

        Of course, they'll probably want additional tags to decide which images to do it on because I'm assuming you wouldn't want to invert actual illustrations.

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        • First post
          Last post