Skip to content

Instantly share code, notes, and snippets.

@amoshydra
Created January 6, 2017 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amoshydra/c2321181b9394e039f524f19a19b5d51 to your computer and use it in GitHub Desktop.
Save amoshydra/c2321181b9394e039f524f19a19b5d51 to your computer and use it in GitHub Desktop.
Hackmd Markdown CSS
/* Remove title heading */
h1:first-child {
font-size: 0.5em;
display: none;
page-break-before: avoid;
}
/* Make done task smaller and less significant */
#done-tasks {
opacity: 0.5 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment