From 38b24175aff40a030c6589d1b960e687e81d165a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiro=20S=C3=A1nchez?= Date: Fri, 5 Dec 2014 14:03:42 +0100 Subject: [PATCH] Remove black color from task-name in task to be equal to kanban task --- app/styles/components/taskboard-task.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/styles/components/taskboard-task.scss b/app/styles/components/taskboard-task.scss index a306cf3e..efe4013d 100644 --- a/app/styles/components/taskboard-task.scss +++ b/app/styles/components/taskboard-task.scss @@ -98,7 +98,6 @@ } .task-name { @extend %bold; - color: $grayer; } .taskboard-text { @extend %small;