:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

@media screen and (-ms-high-contrast: active) {
	:not(pre) > code[class*="language-"], pre[class*="language-"] {
		background: window;
	}
}