Last active
July 7, 2022 18:19
-
-
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
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
li { | |
color: red; | |
} |
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
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