/**
 * highlight.js GitHub / GitHub Dark themes, scoped to .entry-content.
 * Original themes: https://github.com/highlightjs/highlight.js (BSD-3-Clause)
 */

.entry-content pre code.hljs {
	display: block;
	overflow-x: auto;
}

.entry-content code.hljs {
	padding: 3px 5px;
}

.entry-content .hljs {
	color: #24292e;
}

.entry-content .copy-button {
	color: transparent;
	line-height: 0;
    cursor: pointer;
    border: 1px solid #ddd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 3px 6px 3px 6px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    overflow: hidden;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    text-align: center;
	transition-duration: 0.25s;
}

.entry-content .copy-button:before {
	transition-duration: 0.25s;
	top: 0px;
}

.entry-content .copy-button:hover {
    background-color: rgba(243, 75, 75, 0.8);
}

.entry-content .copy-button:hover::before {
	filter: brightness(0) invert(1);
}

.entry-content .hljs-doctag,
.entry-content .hljs-keyword,
.entry-content .hljs-meta .hljs-keyword,
.entry-content .hljs-template-tag,
.entry-content .hljs-template-variable,
.entry-content .hljs-type,
.entry-content .hljs-variable.language_ {
	color: #d73a49;
}

.entry-content .hljs-title,
.entry-content .hljs-title.class_,
.entry-content .hljs-title.class_.inherited__,
.entry-content .hljs-title.function_ {
	color: #6f42c1;
}

.entry-content .hljs-attr,
.entry-content .hljs-attribute,
.entry-content .hljs-literal,
.entry-content .hljs-meta,
.entry-content .hljs-number,
.entry-content .hljs-operator,
.entry-content .hljs-selector-attr,
.entry-content .hljs-selector-class,
.entry-content .hljs-selector-id,
.entry-content .hljs-variable {
	color: #005cc5;
}

.entry-content .hljs-meta .hljs-string,
.entry-content .hljs-regexp,
.entry-content .hljs-string {
	color: #032f62;
}

.entry-content .hljs-built_in,
.entry-content .hljs-symbol {
	color: #e36209;
}

.entry-content .hljs-code,
.entry-content .hljs-comment,
.entry-content .hljs-formula {
	color: #6a737d;
}

.entry-content .hljs-name,
.entry-content .hljs-quote,
.entry-content .hljs-selector-pseudo,
.entry-content .hljs-selector-tag {
	color: #22863a;
}

.entry-content .hljs-subst {
	color: #24292e;
}

.entry-content .hljs-section {
	color: #005cc5;
	font-weight: 700;
}

.entry-content .hljs-bullet {
	color: #735c0f;
}

.entry-content .hljs-emphasis {
	color: #24292e;
	font-style: italic;
}

.entry-content .hljs-strong {
	color: #24292e;
	font-weight: 700;
}

.entry-content .hljs-addition {
	color: #22863a;
	background-color: #f0fff4;
}

.entry-content .hljs-deletion {
	color: #b31d28;
	background-color: #ffeef0;
}

/* Dark theme (body.neel-dark-theme) */
.neel-dark-theme .entry-content .hljs {
	color: #c9d1d9;
	background: #0d1117;
}

.neel-dark-theme .entry-content .hljs-doctag,
.neel-dark-theme .entry-content .hljs-keyword,
.neel-dark-theme .entry-content .hljs-meta .hljs-keyword,
.neel-dark-theme .entry-content .hljs-template-tag,
.neel-dark-theme .entry-content .hljs-template-variable,
.neel-dark-theme .entry-content .hljs-type,
.neel-dark-theme .entry-content .hljs-variable.language_ {
	color: #ff7b72;
}

.neel-dark-theme .entry-content .hljs-title,
.neel-dark-theme .entry-content .hljs-title.class_,
.neel-dark-theme .entry-content .hljs-title.class_.inherited__,
.neel-dark-theme .entry-content .hljs-title.function_ {
	color: #d2a8ff;
}

.neel-dark-theme .entry-content .hljs-attr,
.neel-dark-theme .entry-content .hljs-attribute,
.neel-dark-theme .entry-content .hljs-literal,
.neel-dark-theme .entry-content .hljs-meta,
.neel-dark-theme .entry-content .hljs-number,
.neel-dark-theme .entry-content .hljs-operator,
.neel-dark-theme .entry-content .hljs-selector-attr,
.neel-dark-theme .entry-content .hljs-selector-class,
.neel-dark-theme .entry-content .hljs-selector-id,
.neel-dark-theme .entry-content .hljs-variable {
	color: #79c0ff;
}

.neel-dark-theme .entry-content .hljs-meta .hljs-string,
.neel-dark-theme .entry-content .hljs-regexp,
.neel-dark-theme .entry-content .hljs-string {
	color: #a5d6ff;
}

.neel-dark-theme .entry-content .hljs-built_in,
.neel-dark-theme .entry-content .hljs-symbol {
	color: #ffa657;
}

.neel-dark-theme .entry-content .hljs-code,
.neel-dark-theme .entry-content .hljs-comment,
.neel-dark-theme .entry-content .hljs-formula {
	color: #8b949e;
}

.neel-dark-theme .entry-content .hljs-name,
.neel-dark-theme .entry-content .hljs-quote,
.neel-dark-theme .entry-content .hljs-selector-pseudo,
.neel-dark-theme .entry-content .hljs-selector-tag {
	color: #7ee787;
}

.neel-dark-theme .entry-content .hljs-subst {
	color: #c9d1d9;
}

.neel-dark-theme .entry-content .hljs-section {
	color: #1f6feb;
	font-weight: 700;
}

.neel-dark-theme .entry-content .hljs-bullet {
	color: #f2cc60;
}

.neel-dark-theme .entry-content .hljs-emphasis {
	color: #c9d1d9;
	font-style: italic;
}

.neel-dark-theme .entry-content .hljs-strong {
	color: #c9d1d9;
	font-weight: 700;
}

.neel-dark-theme .entry-content .hljs-addition {
	color: #aff5b4;
	background-color: #033a16;
}

.neel-dark-theme .entry-content .hljs-deletion {
	color: #ffdcd7;
	background-color: #67060c;
}
