Last active
November 5, 2018 01:39
-
-
Save TT--/2b9cb72112a44133ec6857d9362a6f2b to your computer and use it in GitHub Desktop.
dark colors for MarkdownViewerPlusPlus rendering and export
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
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