mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
refactor(tasks): restyle task column color scheme
This commit is contained in:
parent
1ff77932ff
commit
58ba84945b
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue