pre code.hljs {
	display: block;
	overflow-x: auto;
	padding: 1em;
}

code.hljs {
	padding: 3px 5px;
}

.hljs {
	background: #040b11;
	color: #f8f0e1;
}

.hljs-literal,
.hljs-quote,
.hljs-subst {
	color: #fce8c3;
}

.hljs-symbol,
.hljs-type {
	color: #68a8e4;
}

.hljs-deletion,
.hljs-keyword {
	color: #4fc8ff;
}

.hljs-attribute,
.hljs-function,
.hljs-name,
.hljs-section,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-selector-pseudo,
.hljs-title {
	color: #ff985a;
}

.hljs-class,
.hljs-code,
.hljs-property,
.hljs-template-variable,
.hljs-variable {
	color: #e4f8f6;
}

.hljs-addition,
.hljs-bullet,
.hljs-regexp,
.hljs-string {
	color: #ffda73;
}

.hljs-built_in,
.hljs-params {
	color: #a395de;
}

.hljs-selector-tag,
.hljs-template-tag {
	color: #2c78bf;
}

.hljs-comment,
.hljs-link,
.hljs-meta,
.hljs-number {
	color: #918175;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: 700;
}
