Skip to content

Instantly share code, notes, and snippets.

@tobinharris
Last active August 29, 2015 14:17
Show Gist options
  • Save tobinharris/95f34331ea2c66d88428 to your computer and use it in GitHub Desktop.
Save tobinharris/95f34331ea2c66d88428 to your computer and use it in GitHub Desktop.
Kanbanery CSS
/* TODO */
#header{
background-color: white;
}
#content{
background-color: #eee;
}
.task-card{
background-color: #fff;
}
.task-title{
font-weight: 300;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment