Typing comparison CSS selectors

Hello,

I’m trying to customize the colors for red (wrong) and green (correct) when the user’s input is compared to the correct answer, but can’t find the CSS selectors in any of the documentation.

colors

Am I missing something?

Many thanks to anyone who can help.

Jerome

Use the CSS classes typeGood, typeBad and typeMissed.

See https://docs.ankiweb.net/#/templates/fields?id=checking-your-answer

1 Like

Thank you so much!