.entry-content pre {
	max-width: 100%;
	overflow-x: auto;
	padding: 18px;
	border: 1px solid #30363d;
	border-radius: 12px;
	background: #0d1117;
	color: #c9d1d9;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.875rem;
	line-height: 1.75;
	tab-size: 4;
	white-space: pre;
	word-break: normal;
	overflow-wrap: normal;
	-webkit-overflow-scrolling: touch;
}

.entry-content pre code,
.entry-content pre code.hljs {
	display: block;
	overflow: visible;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	white-space: pre;
	word-break: normal;
	overflow-wrap: normal;
}
