Update css template
Add todoist 'upcoming' coloring.
This commit is contained in:
parent
2056c665cc
commit
238fa0ed65
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue