/* Prism.js One Dark theme - adapted for Michael Ginsberg theme */
code[class*="language-"],
pre[class*="language-"] {
	color: #e6edf3;
	background: none;
	font-family: 'JetBrains Mono', 'SF Mono', Menlo, monospace;
	font-size: 0.85rem;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.6;
	tab-size: 4;
	hyphens: none;
}

pre[class*="language-"] {
	padding: 1.25rem 1.5rem;
	margin: 2rem 0;
	overflow: auto;
	border-radius: 10px;
	background: #0d1117;
	border: 1px solid #23272E;
}

:not(pre) > code[class*="language-"] {
	padding: 0.15em 0.4em;
	border-radius: 4px;
	background: #15181C;
	border: 1px solid #1C1F24;
	color: #06B6D4;
}

.token.comment,
.token.prolog,
.token.cdata { color: #8b949e; font-style: italic; }
.token.doctype,
.token.punctuation,
.token.entity { color: #c9d1d9; }
.token.attr-name,
.token.class-name,
.token.boolean,
.token.constant,
.token.number,
.token.atrule { color: #d2a8ff; }
.token.keyword { color: #ff7b72; }
.token.property,
.token.tag,
.token.symbol,
.token.deleted,
.token.important { color: #7ee787; }
.token.selector,
.token.string,
.token.char,
.token.builtin,
.token.inserted,
.token.regex,
.token.attr-value,
.token.attr-value > .token.punctuation { color: #a5d6ff; }
.token.variable,
.token.operator,
.token.function { color: #ffa657; }
.token.url { color: #79c0ff; }
.token.bold { font-weight: 700; }
.token.italic { font-style: italic; }
.token.namespace { opacity: 0.7; }
