Created
February 3, 2020 09:22
-
-
Save MaggieAppleton/2d28092eee1784ab7a15d7d4cad5cc26 to your computer and use it in GitHub Desktop.
Roam Kanban Styling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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