From 83b3d3249fc72669a65f94976b68fb0360d373c9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 16 Jun 2020 16:39:07 +1000 Subject: [PATCH] drop yellow colour in "filtered" for now It's difficult to read against a light background --- pylib/anki/collection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pylib/anki/collection.py b/pylib/anki/collection.py index 1f8a55a21..a1dfe6083 100644 --- a/pylib/anki/collection.py +++ b/pylib/anki/collection.py @@ -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} }} """