mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
different cloze colour in night mode
This commit is contained in:
parent
65b826d787
commit
ace01a21bc
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ def addClozeModel(col):
|
|||
.cloze {
|
||||
font-weight: bold;
|
||||
color: blue;
|
||||
}
|
||||
.nightMode .cloze {
|
||||
color: lightblue;
|
||||
}"""
|
||||
t['qfmt'] = fmt
|
||||
t['afmt'] = fmt + "<br>\n{{%s}}" % _("Extra")
|
||||
|
|
Loading…
Reference in a new issue