.markdown-body pre,
.markdown-body pre > code.hljs {
	background: #272822;
	color: #ddd;
}
.hljs-keyword,
.hljs-literal,
.hljs-name,
.hljs-selector-tag,
.hljs-strong,
.hljs-tag {
	color: #f92672;
}
.hljs-code {
	color: #66d9ef;
}
.hljs-class .hljs-title {
	color: #fff;
}
.hljs-attribute,
.hljs-link,
.hljs-regexp,
.hljs-symbol {
	color: #bf79db;
}
.hljs-addition,
.hljs-built_in,
.hljs-builtin-name,
.hljs-bullet,
.hljs-emphasis,
.hljs-section,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-string,
.hljs-subst,
.hljs-template-tag,
.hljs-template-variable,
.hljs-title,
.hljs-type,
.hljs-variable {
	color: #a6e22e;
}
.hljs-comment,
.hljs-deletion,
.hljs-meta,
.hljs-quote {
	color: #75715e;
}
.hljs-doctag,
.hljs-keyword,
.hljs-literal,
.hljs-section,
.hljs-selector-id,
.hljs-selector-tag,
.hljs-title,
.hljs-type {
	font-weight: 700;
}
