Fields are not showing up in my iOS Anki app

The deck author has forced specific colours, which prevent the text from appearing in night mode. If you click on Cards… in the edit screen of Anki, and replace all the styling with the following, it should show correctly in both light and dark mode:

.card {
font-size: 18px;
text-align: center;
}

You may want to copy the old text somewhere in case you wish to restore parts of it in the future.

1 Like