﻿.hljs {
    color: #000000 !important;
    font-family: "Lucida Console", "Courier New", monospace;
    font-weight: bold;
    color: #abb2bf !important;
    /*    display: block !important;
    overflow-x: auto !important;
    padding: .5em !important;
    background: #282c34 !important;*/
}

.hljs-comment,
.hljs-quote {
    color: #5c6370 !important;
    font-style: italic !important;
}

.hljs-doctag,
.hljs-formula,
.hljs-keyword {
    color: #c678dd !important;
}

.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
    color: #e06c75 !important;
}

.hljs-literal {
    color: #56b6c2 !important;
}

.hljs-addition,
.hljs-attribute,
.hljs-meta-string,
.hljs-regexp,
.hljs-string {
    font-weight: normal;
    color: #98c379 !important;
}

.hljs-built_in,
.hljs-class .hljs-title {
    color: #e6c07b !important;
}

.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
    color: #d19a66 !important;
}

.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
   color: #61aeee !important;
}

.hljs-emphasis {
    font-style: italic !important;
}

.hljs-strong {
    /*font-weight: 700 !important;*/
}

.hljs-link {
    /*text-decoration: underline !important;*/
}