/*

Colorbrewer theme
Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock <mike@ocks.org>
Ported by Fabr铆cio Tavares de Oliveira

*/

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    @include background_color(backgroundColor2);
    @include font_color(fontColor1);
    min-width: 100%;
    line-height: 1.8;
    font-size: 12px;
    -webkit-font-smoothing: auto;
}

.hljs,
.hljs-subst {
    @include font_color(fontColor1);
}

.hljs-string,
.hljs-meta,
.hljs-symbol,
.hljs-template-tag,
.hljs-template-variable,
.hljs-addition {
    @include font_color(fontColor1);
}

.hljs-comment,
.hljs-quote {
    @include font_color(fontColor1);
}

.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-bullet,
.hljs-link {
    @include font_color(fontColor1);
}

.hljs-deletion,
.hljs-variable {
    @include font_color(fontColor1);
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-title,
.hljs-section,
.hljs-built_in,
.hljs-doctag,
.hljs-type,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-strong,
.hljs-attr {
    @include font_color(fontColor1);
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-attribute {
    color: #e6550d;
}

code {
    font-family: Menlo, Monaco, Consolas, Courier, monospace;
}

.hljs-name {
    display: inline;
}
