Skip to content

Instantly share code, notes, and snippets.

@wirtzdan
Created September 13, 2020 14:41
Show Gist options
  • Save wirtzdan/f112f0af83788ef7acb003ce8a08a6b5 to your computer and use it in GitHub Desktop.
Save wirtzdan/f112f0af83788ef7acb003ce8a08a6b5 to your computer and use it in GitHub Desktop.
Better Kanban Styling Roam Research
.kanban-board {
background-color: #f2f5f9;
max-height: 600px;
overflow-x: auto;
overflow-y: auto;
}
.kanban-column {
background-color: transparent;
}
.kanban-card {
box-shadow: 0 1px 4px 0 rgba(21, 27, 38, 0.08);
border-radius: 4px;
box-shadow: 0 1px 4px 0 rgba(21, 27, 38, 0.08);
}
.kanban-card:hover {
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
transform: translateY(-1px);
}
.kanban-title {
text-align: left;
margin: 0px 8px;
font-weight: 700px;
border-bottom: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment