Skip to content

Instantly share code, notes, and snippets.

@nextab
Created August 16, 2021 14:17
Show Gist options
  • Save nextab/5abe2ead939a074edfd11988dd4d9751 to your computer and use it in GitHub Desktop.
Save nextab/5abe2ead939a074edfd11988dd4d9751 to your computer and use it in GitHub Desktop.
Erzeugt mehr Abstände zwischen den gerenderten Elementen in einer Joplin-Notiz => weniger Sachen "kleben" aneinander.
/* For styling the rendered Markdown */
h1 { margin-top: 45px; }
ul + *, * + table { margin-top: 30px; }
hr { margin: 30px 0; }
ul li.md-checkbox label.checkbox-label-checked { text-decoration: line-through; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment