/* 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 !important;
  overflow-x: auto !important;
  padding: 0.5em !important;
  background: #282a36 !important;
}

.hljs-built_in,
.hljs-selector-tag,
.hljs-section,
.hljs-link {
  color: #8be9fd !important;
}

.hljs-keyword {
  color: #ff79c6 !important;
}

.hljs,
.hljs-subst {
  color: #f8f8f2 !important;
}

.hljs-title,
.hljs-attr,
.hljs-meta-keyword {
  font-style: italic !important;
  color: #50fa7b !important;
}

.hljs-string,
.hljs-meta,
.hljs-name,
.hljs-type,
.hljs-symbol,
.hljs-bullet,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
  color: #f1fa8c !important;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion {
  color: #6272a4 !important;
}

.hljs-literal,
.hljs-number {
  color: #bd93f9 !important;
}

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


.hljs-selector-tag, .hljs-selector-class{
  color: #ff79c6 !important;
  font-weight: bold !important;
}