diff --git a/anki/storage.py b/anki/storage.py index 0f4882fa5..f1966117e 100644 --- a/anki/storage.py +++ b/anki/storage.py @@ -418,7 +418,7 @@ order by modelId, ordinal"""): # ensure data is good conf['rtl'] = not not conf['rtl'] conf['pre'] = True - conf['qcol'] = conf['qcol'] or "#fff" + conf['qcol'] = conf['qcol'] or "#000" mods[row[0]].append(conf) # now we've gathered all the info, save it into the models for mid, fms in mods.items():