Skip to content

Instantly share code, notes, and snippets.

@MaggieAppleton
Created February 3, 2020 09:22
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaggieAppleton/2d28092eee1784ab7a15d7d4cad5cc26 to your computer and use it in GitHub Desktop.
Save MaggieAppleton/2d28092eee1784ab7a15d7d4cad5cc26 to your computer and use it in GitHub Desktop.
Roam Kanban Styling
.kanban-board {
background-color: #fff;
}
.kanban-card {
background-color: white;
margin: 8px;
box-shadow: 0px 1px 2px #9EB3C0;
padding: 10px;
border-radius: 2px;
line-height: 1.3em;
}
.kanban-title {
text-align: center;
font-weight: bold;
padding-top: 6px;
}
.kanban-column {
background-color: #E4EDF2;
margin: 0px 4px 0px 4px;
padding: 4px;
min-width: 200px;
border-radius: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment