.hljs {
	color: #2a2a2a;
}

.dark-mode .hljs {
	color: #dedede;
}

.hljs-name,
.hljs-type,
.hljs-variable {
	color: #969696;
}

.hljs-string,
.hljs-template-variable,
.hljs-symbol,
.hljs-bullet,
.hljs-section,
.hljs-addition,
.hljs-attribute,
.hljs-link {
	color: #888;
}

.hljs-comment,
.hljs-quote,
.hljs-meta,
.hljs-deletion {
	color: #b69c5a;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-section,
.hljs-strong {
	font-weight: bold;
	color: #e3a710;
}

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