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",
|
'font': "Arial",
|
||||||
'qsize': 20,
|
'qsize': 20,
|
||||||
'esize': 20,
|
'esize': 20,
|
||||||
'qcol': "#fff",
|
'qcol': "#000",
|
||||||
'pre': True,
|
'pre': True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ defaultTemplate = {
|
||||||
'afmt': "",
|
'afmt': "",
|
||||||
'hideQ': False,
|
'hideQ': False,
|
||||||
'align': 0,
|
'align': 0,
|
||||||
'bg': "#000",
|
'bg': "#fff",
|
||||||
'emptyAns': True,
|
'emptyAns': True,
|
||||||
'typeAns': None,
|
'typeAns': None,
|
||||||
'gid': None
|
'gid': None
|
||||||
|
|
Loading…
Reference in a new issue