/*

Railscasts-like style © Visoft, Inc. (Damien White)

*/ .hljs {

display: block;
overflow-x: auto;
padding: 0.5em;
background-color: var(--bg-color);
color: #e6e1dc;
-webkit-text-size-adjust: none;
border-radius: 5px;
white-space: pre;

} .hljs-comment, .hljs-shebang {

color: #bc9458;
font-style: italic;

} .hljs-keyword, .ruby .hljs-function .hljs-keyword, .hljs-request, .hljs-status, .nginx .hljs-title, .method, .hljs-list .hljs-title {

color: #c26230;

} .hljs-string, .hljs-number, .hljs-regexp, .hljs-tag .hljs-value, .hljs-cdata, .hljs-filter .hljs-argument, .hljs-attr_selector, .apache .hljs-cbracket, .hljs-date, .tex .hljs-command, .asciidoc .hljs-link_label, .markdown .hljs-link_label {

color: #a5c261;

} .hljs-subst {

color: #519f50;

} .hljs-tag, .hljs-tag .hljs-keyword, .hljs-tag .hljs-title, .hljs-doctype, .hljs-sub .hljs-identifier, .hljs-pi, .input_number {

color: #e8bf6a;

} .hljs-identifier {

color: #d0d0ff;

} .hljs-class .hljs-title, .hljs-type, .smalltalk .hljs-class, .hljs-doctag {

text-decoration: none;

} .hljs-constant, .hljs-name {

color: #da4939;

} .hljs-symbol, .hljs-built_in, .ruby .hljs-symbol .hljs-string, .ruby .hljs-symbol .hljs-identifier, .asciidoc .hljs-link_url, .markdown .hljs-link_url, .hljs-attribute {

color: #6d9cbe;

} .asciidoc .hljs-link_url, .markdown .hljs-link_url {

text-decoration: underline;

} .hljs-params, .hljs-variable, .clojure .hljs-attribute {

color: #d0d0ff;

} .css .hljs-tag, .hljs-rule .hljs-property, .hljs-pseudo, .tex .hljs-special {

color: #cda869;

} .css .hljs-class {

color: #9b703f;

} .hljs-rule .hljs-keyword {

color: #c5af75;

} .hljs-rule .hljs-value {

color: #cf6a4c;

} .css .hljs-id {

color: #8b98ab;

} .hljs-annotation, .apache .hljs-sqbracket, .nginx .hljs-built_in {

color: #9b859d;

} .hljs-preprocessor, .hljs-preprocessor *, .hljs-pragma {

color: #8996a8 !important;

} .hljs-hexcolor, .css .hljs-value .hljs-number {

color: #a5c261;

} .hljs-title, .hljs-decorator, .css .hljs-function {

color: #ffc66d;

} .diff .hljs-header, .hljs-chunk {

background-color: #2f33ab;
color: #e6e1dc;
display: inline-block;
width: 100%;

} .diff .hljs-change {

background-color: #4a410d;
color: #f8f8f8;
display: inline-block;
width: 100%;

} .hljs-addition {

background-color: #144212;
color: #e6e1dc;
display: inline-block;
width: 100%;

} .hljs-deletion {

background-color: #600;
color: #e6e1dc;
display: inline-block;
width: 100%;

} .coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata {

opacity: 0.7;

}