Skip to content

Instantly share code, notes, and snippets.

@victorkane
Last active February 23, 2020 13:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorkane/a0c81e4ae0a128511027b034973c7a51 to your computer and use it in GitHub Desktop.
Save victorkane/a0c81e4ae0a128511027b034973c7a51 to your computer and use it in GitHub Desktop.
My custom styles for Joplin (Joplin 1.0.179 (prod, darwin)), the open source note taking app
.table-of-contents {
/* shrink font and line height */
font-size: 12px;
line-height: 1em;
/* fix toc height and make scrollable */
overflow-y: auto;
height: 18em;
}
#joplin-container-content h1 {
font-size: 1.75em;
}
#joplin-container-content h2 {
font-size: 1.5em;
}
#joplin-container-content h3 {
font-size: 1.4em;
}
#joplin-container-content h4 {
font-size: 1.3em;
}
#joplin-container-content h5 {
font-size: 1.25em;
}
#joplin-container-content h6 {
font-size: 1.1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment