Skip to content

Instantly share code, notes, and snippets.

@TT--
Last active November 5, 2018 01:39
Show Gist options
  • Save TT--/2b9cb72112a44133ec6857d9362a6f2b to your computer and use it in GitHub Desktop.
Save TT--/2b9cb72112a44133ec6857d9362a6f2b to your computer and use it in GitHub Desktop.
dark colors for MarkdownViewerPlusPlus rendering and export
body, p
{
color: #EFEFAF;
background-color: #404040;
}
code, pre
{
color: #8ACCCF;
font-weight: 700;
font-family: "Hack", "DejaVu", sans-serif
font-size: 1.4em;
line-height: 1.2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment