mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
learning queue orange
This commit is contained in:
parent
77669df030
commit
50cd01ffdd
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ class Overview(object):
|
|||
<tr><td align=center valign=top>
|
||||
<table cellspacing=5>
|
||||
<tr><td>%s:</td><td><b><font color=#00a>%s</font></b></td></tr>
|
||||
<tr><td>%s:</td><td><b><font color=#a00>%s</font></b></td></tr>
|
||||
<tr><td>%s:</td><td><b><font color=#C35617>%s</font></b></td></tr>
|
||||
<tr><td>%s:</td><td><b><font color=#0a0>%s</font></b></td></tr>
|
||||
</table>
|
||||
</td><td align=center>
|
||||
|
|
|
@ -582,7 +582,7 @@ function showAnswer(txt) {
|
|||
counts[idx] = "<u>%s</u>" % (counts[idx])
|
||||
space = " + "
|
||||
ctxt = '<font color="#000099">%s</font>' % counts[0]
|
||||
ctxt += space + '<font color="#990000">%s</font>' % counts[1]
|
||||
ctxt += space + '<font color="#C35617">%s</font>' % counts[1]
|
||||
ctxt += space + '<font color="#007700">%s</font>' % counts[2]
|
||||
return ctxt
|
||||
|
||||
|
|
Loading…
Reference in a new issue