/* Dracula Theme v1.2.5
 *
 * https://github.com/dracula/highlightjs
 *
 * Copyright 2016-present, All rights reserved
 *
 * Code licensed under the MIT license
 *
 * @author Denis Ciccale <dciccale@gmail.com>
 * @author Zeno Rocha <hi@zenorocha.com>
 */

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #282a36;
}

.hljs-built_in,
.hljs-selector-tag,
.hljs-section,
.hljs-link {
  color: #1483d7;
}

.hljs-keyword {
  color: #fe66a9;
}

.hljs,
.hljs-subst {
  color: #905f0e;
}

.hljs-title,
.hljs-attr,
.hljs-meta-keyword {
  font-style: italic;
  color: #05c779;
}

.hljs-string,
.hljs-name,
.hljs-symbol,
.hljs-addition,
.hljs-template-tag,
.hljs-template-variable {
  color: #f28934;
}
.hljs-variable {
  color: #e67979;
}

.hljs-bullet {
  color: #74ca34;
}

.hljs-type {
  color: #b86f55;
}
.hljs-meta {
  color: #93a32a;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion {
  color: #8a807b;
}
.hljs-params {
  color: #c462cc;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-type,
.hljs-name,
.hljs-strong {
  font-weight: bold;
}

.hljs-literal,
.hljs-number {
  color: #8b4fff;
}

.hljs-emphasis {
  font-style: italic;
}
