From 238fa0ed65dd62e8c2911c3160c9d8ede43554ed Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 23 Sep 2020 16:41:05 +0200 Subject: [PATCH] Update css template Add todoist 'upcoming' coloring. --- css-template.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css-template.css b/css-template.css index d4d1073..7e99ea9 100644 --- a/css-template.css +++ b/css-template.css @@ -1819,6 +1819,10 @@ body { background-color: %base00% !important; color: inherit !important; } +/* upcoming view */ +.upcoming_view__background, .upcoming_view__calendar__wrapper { + background-color: inherit; +} .item_due_selector, .theme_dark .item_due_selector, .theme_dark .item_actions .item_action, .item_actions .item_action .theme_dark .comments_container .user_name, .comments_container .user_name,