mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
drop yellow colour in "filtered" for now
It's difficult to read against a light background
This commit is contained in:
parent
26fc6609a7
commit
83b3d3249f
1 changed files with 0 additions and 1 deletions
|
@ -506,7 +506,6 @@ class Collection:
|
|||
.revlog-learn {{ color: {st.colLearn} }}
|
||||
.revlog-review {{ color: {st.colMature} }}
|
||||
.revlog-relearn {{ color: {st.colRelearn} }}
|
||||
.revlog-filtered {{ color: {st.colCram} }}
|
||||
.revlog-ease1 {{ color: {st.colRelearn} }}
|
||||
table.review-log {{ {revlog_style} }}
|
||||
</style>"""
|
||||
|
|
Loading…
Reference in a new issue