Skip to content

Instantly share code, notes, and snippets.

@JasnaTodorovic
Last active January 10, 2020 14:11
Show Gist options
  • Save JasnaTodorovic/107ca22653a53caf49cac5358fa69f6e to your computer and use it in GitHub Desktop.
Save JasnaTodorovic/107ca22653a53caf49cac5358fa69f6e to your computer and use it in GitHub Desktop.
.roam-body-main > div > div {
padding: 0 !important;
}
.roam-article .roam-block-container {
font-size: 16px;
width: 100%;
color: #444;
}
.roam-block,
.rm-block-text {
max-width: 100%;
min-height: 0;
}
.roam-block-container {
margin-bottom: 30px;
}
.controls .simple-bullet-outer .simple-bullet-inner {
background-color: #ccc;
}
.controls .simple-bullet-outer:hover .simple-bullet-inner {
background-color: #394b59;
}
.roam-article {
max-width: 800px;
margin: auto;
}
.roam-article h1 {
margin-left: 15px;
font-weight: 600;
}
span.checkmark {
height: 14px;
width: 14px;
}
label.check-container {
top: -9px;
padding-right: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment