refactor(tasks): restyle task column color scheme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user