mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
fix accidental inverted colours
This commit is contained in:
parent
aac840f375
commit
f7c11f5771
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ defaultField = {
|
|||
'font': "Arial",
|
||||
'qsize': 20,
|
||||
'esize': 20,
|
||||
'qcol': "#fff",
|
||||
'qcol': "#000",
|
||||
'pre': True,
|
||||
}
|
||||
|
||||
|
@ -36,7 +36,7 @@ defaultTemplate = {
|
|||
'afmt': "",
|
||||
'hideQ': False,
|
||||
'align': 0,
|
||||
'bg': "#000",
|
||||
'bg': "#fff",
|
||||
'emptyAns': True,
|
||||
'typeAns': None,
|
||||
'gid': None
|
||||
|
|
Loading…
Reference in a new issue