Suggestion For Site, Not Forum

Discussion in 'Suggestions' started by Ariel Schnee, Apr 18, 2021.

  1. Ariel Schnee

    Ariel Schnee Virgin

  2. gene.sis

    gene.sis CHYOA Guru

    Related suggestion Text display options.

    (The suggestions of this subforum are usually meant for the site, not the forum.)

    Currently, you have the small A in the very top right corner of the chapter area that allows you to change the colors.

    As a workaround, you could use a browser add-on that allows you to alter CSS properties and thus allow you to alter the complete appearance of the site. In comparison to the implementation on your site, using a browser add-on has the advantage that you don't have to reenter your preferred style every time you open the page.
    On CHYOA, I use a slight adjustment that makes the color difference between read and unread conversation messages more visible:
    Code:
    .conversation-list ol>li.unread {
      background: #999999;
    }
    
    .dropdown-messages ol>li.unread {
      background: #999999;
    }