From 58ba84945bba38f4631d37b6d8ffa59d260d4850 Mon Sep 17 00:00:00 2001 From: benmanley Date: Fri, 9 May 2014 16:51:50 +0100 Subject: [PATCH] refactor(tasks): restyle task column color scheme --- public/css/tasks.styl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/tasks.styl b/public/css/tasks.styl index d6210a5fad..5da7b0443a 100644 --- a/public/css/tasks.styl +++ b/public/css/tasks.styl @@ -50,9 +50,11 @@ for $stage in $stages // ------------ .task-column padding: 1.5em - background: #f5f5f5 - border: 1px solid #ccc + background: $color-tasks + border: 1px solid darken($color-tasks,16.18%) font-family: 'Lato', sans-serif + h2 + color: darken($color-tasks,61.8%) .task-column_title margin: 0 0 0.5em