<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism&amp;languages=markup+css+clike+javascript+powershell+typescript */
code[class*=language-], pre[class*=language-] {
	color: #000;
	background: white;
	text-shadow: 0 1px #fff;
	font-family: Verdana;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	
}
@media print{
code[class*=language-], pre[class*=language-] {
	text-shadow: none;
}
}
pre[class*=language-] {
	overflow: auto;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	width:450px;
}
:not(pre)&gt;code[class*=language-],pre[class*=language-]{background:white}
:not(pre)&gt;code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}
.token.cdata, .token.comment, .token.doctype, .token.prolog {
	color: #006400;
}
.token.punctuation {
	color: #000000;
}
.token.namespace {
	opacity: .7;
}
.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
	color: #000000;
}
.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
	color: #8B0000;
}
.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
	color: #0000FF;
	background: hsla(0,0%,100%,.5);
}
.token.atrule, .token.attr-value, .token.keyword {
	color: #00008B;
}
.token.class-name, .token.function {
	color: #0000FF;
}
.token.important, .token.regex, .token.variable {
	color: #FF4500;
}
.token.bold, .token.important {
	font-weight: 700;
}
.token.italic {
	font-style: italic;
}
.token.entity {
	cursor: help;
}
</pre></body></html>