Show tasks that are due today in a different color
I chose a "Triadic" color from this page, http://www.colorhexa.com/d90000 it seems to look good under various categories. Fix #2285
This commit is contained in:
@@ -123,6 +123,11 @@ div.task-board-status-closed {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
span.task-board-date-today {
|
||||
color: #0000D9;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
span.task-board-date-overdue {
|
||||
color: #D90000;
|
||||
opacity: 1.0;
|
||||
|
||||
Reference in New Issue
Block a user