.entry pre {
	margin: 1.5em 0;
	overflow-x: auto;
	border: 1px solid #d0d7de;
	border-radius: 10px;
	background: #f6f8fa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.entry pre code,
.entry pre .hljs {
	display: block;
	padding: 16px 18px;
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 13px;
	line-height: 1.75;
	white-space: pre;
}

.entry pre code span,
.entry pre .hljs span {
	font-family: inherit;
}

.entry :not(pre) > code {
	padding: 0.12em 0.45em;
	border-radius: 5px;
	background: #f1f4f8;
	color: #1f2328;
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 0.95em;
}

.entry pre.theme-code-block::-webkit-scrollbar {
	height: 10px;
}

.entry pre.theme-code-block::-webkit-scrollbar-thumb {
	background-color: #c1c7d0;
}

@media screen and (max-width:750px) {
	.entry pre code,
	.entry pre .hljs {
		padding: 14px 16px;
		font-size: 12px;
	}
}
