Last active
February 23, 2020 13:37
-
-
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
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
.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