/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-solarizedlight&languages=markup+css+clike+javascript */
/*
 Solarized Color Schemes originally by Ethan Schoonover
 http://ethanschoonover.com/solarized

 Ported for PrismJS by Hector Matos
 Website: https://krakendev.io
 Twitter Handle: https://twitter.com/allonsykraken)
*/
/*modified by s3-odara */


.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted
.token.namespace {
	color: #703d41; /* blue */
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.url,
.token.inserted {
	color: #5f4c19; /* cyan */
}


.token.entity {
	color: #515050; /* base00 */
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #255a41; /* green */
}

.token.function,
.token.class-name {
	color: #1c556f; /* yellow */
}

.token.regex,
.token.important,
.token.variable {
	color: #57446e; /* orange */
}

.token.important,
.token.bold {
	font-weight: bolder;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

@media screen and (prefers-color-scheme: dark) {
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted
.token.namespace {
	color: #fbc6c8;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.url,
.token.inserted {
	color: #e6d4a8;
}
.token.entity {
	color: #d2d2d2;
}
.token.atrule,
.token.attr-value,
.token.keyword {
	color: #b3e2c8;
}
.token.function,
.token.class-name {
	color: #adddf7;
}
.token.regex,
.token.important,
.token.variable {
	color: #deccf7;
}
}
