<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
figure.highlight table, figure.highlight table &gt; tbody, figure.highlight table &gt; tbody &gt; tr, figure.highlight table &gt; tbody &gt; tr &gt; td {
    display: block
}

figure.highlight {
    position: relative;
    overflow: auto;
    margin: 20px 0;
    padding: 0;
    border-radius: 8px;
    font-family: Consolas, "Courier New", monospace, -apple-system;
    font-size: 12px;
    font-weight: unset;
    color: #efefef;
    background: #393939
}

figure.highlight::before {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background-color: #fc625d;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 10px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b
}

figure.highlight figcaption {
    position: absolute;
    margin-left: 75px;
    font-size: 18px
}

figure.highlight pre {
    border: none;
    margin: 0;
    padding: 10px 0;
    color: #efefef;
    background: 0 0
}

figure.highlight table {
    margin: 30px 0 0;
    width: auto;
    border: none;
    border-spacing: unset;
    border-collapse: unset
}

figure.highlight td {
    border: none;
    padding: 0
}

figure.highlight .gutter {
    position: absolute;
    width: 40px;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

figure.highlight .gutter pre {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
    text-align: right;
    background-color: #1b1b1b
}

figure.highlight .code {
    overflow: auto;
    margin-left: 40px;
    background-color: #2d2d2d
}

figure.highlight .code pre {
    padding-left: 10px;
    padding-right: 15px;
    text-align: left;
    display: inline-block
}

figure.highlight .code pre ::-webkit-selection {
    color: #515151;
    background: #afe7e7
}

figure.highlight .code pre ::-moz-selection {
    color: #515151;
    background: #afe7e7
}

figure.highlight .code pre ::selection {
    color: #515151;
    background: #afe7e7
}

figure.highlight &gt; button.copy {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    position: absolute;
    color: #efefef;
    background: 0 0;
    right: 5px;
    top: 5px;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
    border: 1px solid;
    border-radius: 4px
}

figure.highlight:hover &gt; button.copy {
    opacity: 1
}

figure.highlight:hover &gt; button.copy:hover {
    color: #6cc
}

.gist table {
    width: auto
}

.gist table td {
    border: none
}

pre .addition {
    background: green
}

pre .deletion {
    background: maroon
}

pre .meta {
    color: #c9c
}

pre .comment {
    color: #999
}

pre .attribute, pre .css .class, pre .css .id, pre .css .pseudo, pre .html .doctype, pre .regexp, pre .ruby .constant, pre .tag, pre .variable, pre .xml .doctype, pre .xml .pi, pre .xml .tag .title {
    color: #f2777a
}

pre .built_in, pre .command, pre .constant, pre .literal, pre .number, pre .params, pre .preprocessor {
    color: #f99157
}

pre .css .rules .attribute, pre .formula, pre .header, pre .inheritance, pre .number, pre .ruby .class .title, pre .ruby .symbol, pre .special, pre .string, pre .value, pre .xml .cdata {
    color: #9c9
}

pre .css .hexcolor, pre .title {
    color: #6cc
}

pre .coffeescript .title, pre .function, pre .javascript .title, pre .perl .sub, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword {
    color: #69c
}

pre .javascript .function, pre .keyword {
    color: #c9c
}

/*# sourceMappingURL=../../maps/night-eighties.min.css.map */
</pre></body></html>