improve type answer legibility

https://forums.ankiweb.net/t/accessibility-suggestion-correct-answer-text-contrast-in-dark-mode/10105

There's probably more that could be done here, but that can probably
wait for #1068
This commit is contained in:
Damien Elmes 2021-05-22 10:31:17 +10:00
parent 7bf661ee05
commit d7d226843e

View file

@ -53,14 +53,17 @@ img {
} }
.typeGood { .typeGood {
background: #0f0; background: #afa;
color: black;
} }
.typeBad { .typeBad {
background: #f00; color: black;
background: #faa;
} }
.typeMissed { .typeMissed {
color: black;
background: #ccc; background: #ccc;
} }