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