You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that Anki cards are unreadable in night mode because their colors are declared directly in the HTML. To improve compatibility, it would be better to move the color declarations to CSS styles instead. This approach would allow dynamic styling adjustments for night mode, ensuring better readability.
If this issue is unassigned, I’d be happy to contribute a fix. Let me know your thoughts!
Anki cards in day mode looks ok:
…but are unreadable in night mode:
The only workaround for all cards is to force white background in night mode:
…but this remains a broken night mode.
Looking at individual cards source, we can see that colors are declared directly in them:
It would be much better to have styling in one place (styling), then add dedicated
.nightMode
colors there.I cannot find flashcards sources in this repository, so I don't know how provide a patch for that.
The text was updated successfully, but these errors were encountered: