canvasplus / extension

CanvasPlus is a free Chrome and Firefox extension that improves the experience for users of the education software Canvas.
24 stars 7 forks source link

Emails on dark mode #45

Open lanqmr opened 2 years ago

lanqmr commented 2 years ago

When you are writing an email using dark mode, it is very difficult to see what you are typing since the text is black.

adriancasares commented 1 year ago

Hi, So sorry for the long delay on this. It doesn't look like an issue right now. Can you give a screenshot?

TheRedstoneRadiant commented 1 year ago

Lights out: image

Dim: image

Tested on Firefox Version 112.0.1, Dark theme on browser & OS

TheRedstoneRadiant commented 1 year ago

Relevant CSS value: image

Perhaps this can fix the issue:

.compose_form > .conversation_body {
    color: #ffffff;
}