/*
	Fixes for highlight.js
	
	Author: Janne252

*/

code.hljs br {
	display: none!important;
}

code.hljs {
	  max-height: 512px;
	  overflow-y: scroll;
}

span.hljs-title {
	color: rgb(214, 102, 255);
	font-weight: bold;
}

span.hljs-keyword {
	font-weight: bold;
}