mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
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:
parent
7bf661ee05
commit
d7d226843e
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue