HenryWilder / amitygxmod

A [deprecated] mod for Opera GX
https://store.gx.me/mods/i5sewm/amity-gx/
1 stars 0 forks source link

zyBooks: text input has wrong color #9

Open HenryWilder opened 8 months ago

HenryWilder commented 8 months ago

Certain text inputs in zyBooks have black text, which is very difficult to read against dark-scheme backgrounds. This is of high priority due to the poor accessibility. image

The associated HTML:

<div class="question-container ">
  <div class="input">
    <div class="highlight">
      <pre>
        <textarea id="ember..." class="ember-text-area ember-view zb-text-area hide-scrollbar" aria-labelledby="..." autocapitalize="off" cols="20" rows="1" spellcheck="false"></textarea>
      </pre>
    </div>
    <!-- (unrelated) -->
  </div>
</div>