I edited my cloze “extra” field to be a custom color. It is the same color on non-nightmode desktop, non-nightmode mobile, and nightmode desktop but is a different color on nightmode mobile. Any suggestions? Thanks!
Example: first line is the card text, below is the extra field text. Leftmost image is desktop, other two are mobile. Was too lazy to take a screenshot of non-nightmode desktop but it looks the same as non-nightmode mobile.
Formatting:
.cloze {
font-weight: bold;
color: #73A2FB;
}
.extrafield {
font-size: 90%;
color: #76D7C4;
font-style: italic;
}
.nightmode .extrafield{
font-size: 90%;
color: #76D7C4;
font-style: italic;
}