Skip to content

Commit

Permalink
update kindadark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Mar 16, 2020
1 parent 66708eb commit 3db909b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Assets/css/themes/KindaDark.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,26 @@ a .fa {
color: #222427;
}

.task-board-header .fa {
color: #222427;
}

.board-swimlane-header .fa {
color: #222427;
}

.subtasks-table .fa {
color: #dedede;
}

.subtasks-table .fa.fa-check-square-o {
color: #222427!important;
}

.subtasks-table .fa.fa-square-o {
color: #222427!important;
}

.board-column-title .fa {
color: #222427;
}
Expand Down

0 comments on commit 3db909b

Please sign in to comment.