diff --git a/anki/stdmodels.py b/anki/stdmodels.py index aa754631d..c9c20ab14 100644 --- a/anki/stdmodels.py +++ b/anki/stdmodels.py @@ -97,6 +97,9 @@ def addClozeModel(col): .cloze { font-weight: bold; color: blue; +} +.nightMode .cloze { + color: lightblue; }""" t['qfmt'] = fmt t['afmt'] = fmt + "
\n{{%s}}" % _("Extra")