Created
January 6, 2017 12:29
-
-
Save amoshydra/c2321181b9394e039f524f19a19b5d51 to your computer and use it in GitHub Desktop.
Hackmd Markdown CSS
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
/* 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