
/* MetaParsedown CSS for MicrolightJS syntax highlighting */

.metaparsedown pre {
	background-color:  #1F2F33;
	padding: 10px;
}

.metaparsedown pre code {
	font-family : monospace;
	white-space: pre;
	color: #B5F7FF; 
}
