code[class*="language-"],
pre[class*="language-"]{
	color: hsl(60,5%,85%);
	text-shadow: inherit;
	
	font-family: 'Inconsolata', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	
	font-size: 0.85rem;
	line-height: 1.15rem;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
/*	background: hsl(225, 15%, 7%);*/
	background: hsl(0, 0%, 8.5%);
	border: 1px solid #404040;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #808080; /* Gray */
}

.token.punctuation {
	color: hsl(60,5%,85%);
}

.token.tag,
.token.constant,
.token.symbol,
.token.deleted,
.token.number {
	color: #f26122; /* Orange */
}

.token.boolean {
	color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #00a56e; /* Green */
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string{
	color: hsl(60,5%,85%); /* Default */
}

.token.property,
.token.variable,
.token.important {
	color: #c60031; /* Red */
}

.token.atrule,
.token.attr-value,
.token.function {
	color: #00a9cc; /* Cyan */
}

.token.class-name {
	color: #e5ca00; /* Yellow */
}

.token.keyword {
	color: #ae81ff; /* Magenta */
}

.token.regex {
	color: #fd971f;
}

