Skip to content

Instantly share code, notes, and snippets.

@nemoDreamer
Last active July 7, 2022 18:19
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 nemoDreamer/11a04c5187f7b0956b2e96db359582b2 to your computer and use it in GitHub Desktop.
Save nemoDreamer/11a04c5187f7b0956b2e96db359582b2 to your computer and use it in GitHub Desktop.
Markdown Preview / Print styles for use with VS Code's `markdown.styles` URLs
li {
color: red;
}
html, body {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
h1, h2, h3, h4 {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.task-list-item .task-list-item-checkbox[checked] {
opacity: .25;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment