diff --git a/public/stylesheets/tasks.css b/public/stylesheets/tasks.css index e6a3bf2..af2951e 100644 --- a/public/stylesheets/tasks.css +++ b/public/stylesheets/tasks.css @@ -63,11 +63,11 @@ } .task-processed .task.status-3 { - background-color: rgb(255, 203, 203); + background-color: rgb(205, 252, 218); } .task-processed .task.status-2 { - background-color: rgb(205, 252, 218); + background-color: rgb(255, 203, 203); } -- libgit2 0.21.2