/**
 * By Confetti:
 */
discussion {
    & code {
        padding: 0.2em 0.4em;
        margin: 0;
        font-size: 85%;
        background-color: rgba(27, 31, 35, 0.05);
        border-radius: 3px;
    }

    & pre {
        /*all: unset; !* Resets all inherited and non-inherited properties *!*/
        white-space: pre-wrap; /* Adjust whitespace behavior */
        font-family: inherit; /* Reset font to match parent */
        margin: 0; /* Remove margins */
        padding: 0 5px; /* Add padding */
        overflow: visible; /* Change overflow behavior */
        font-size: 100%;
    }

    & .highlight {
        padding: 0.5em;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 85%;
        background-color: rgba(27, 31, 35, 0.05);
        border-radius: 3px;
    }

    & blockquote {
        padding: 0.5em 1em;
        margin: 2em 0;
        font-size: 85%;
        background-color: rgba(27, 31, 35, 0.05);
        border-left: 3px solid #f87171;
        border-radius: 3px;
    }

    & a {
        color: #005cc5;
        text-decoration: none;
    }

    & table {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    & td:nth-child(1) {
        white-space: nowrap;
    }

    & ol {
        list-style-type: decimal;
        padding: 20px;
    }

    & ul {
        padding: 20px;
    }

    & ul li {
        list-style-type: disc;
    }

    & p {
        padding-bottom: 5px;
    }

    & h1, h2 {
        font-size: 1.5rem;
        line-height: 2.5rem;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    & h3 {
        font-size: 1.3rem;
        line-height: 2rem;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    & table {
        border-collapse: collapse;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    & th, td {
        padding: 10px;
        border: 1px solid #eaecef;
        text-align: left;
    }

    & th {
        background-color: #f6f8fa;
        font-weight: bold;
    }

    & tr:nth-child(even) {
        background-color: #f6f8fa;
    }
}

/*!
 * GitHub Light v0.5.0
 * Copyright (c) 2012 - 2017 GitHub, Inc.
 * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)
 */

.pl-c /* comment, punctuation.definition.comment, string.comment */
{
    color: #6a737d;
}

.pl-c1 /* constant, entity.name.constant, variable.other.constant, variable.language, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header, meta.output */,
.pl-s .pl-v /* string variable */
{
    color: #005cc5;
}

.pl-e /* entity */,
.pl-en /* entity.name */
{
    color: #6f42c1;
}

.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
.pl-s .pl-s1 /* string source */
{
    color: #24292e;
}

.pl-ent /* entity.name.tag, markup.quote */
{
    color: #22863a;
}

.pl-k /* keyword, storage, storage.type */
{
    color: #d73a49;
}

.pl-s /* string */,
.pl-pds /* punctuation.definition.string, source.regexp, string.regexp.character-class */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */
{
    color: #032f62;
}

.pl-v /* variable */,
.pl-smw /* sublimelinter.mark.warning */
{
    color: #e36209;
}

.pl-bu /* invalid.broken, invalid.deprecated, invalid.unimplemented, message.error, brackethighlighter.unmatched, sublimelinter.mark.error */
{
    color: #b31d28;
}

.pl-ii /* invalid.illegal */
{
    color: #fafbfc;
    background-color: #b31d28;
}

.pl-c2 /* carriage-return */
{
    color: #fafbfc;
    background-color: #d73a49;
}

.pl-c2::before /* carriage-return */
{
    content: "^M";
}

.pl-sr .pl-cce /* string.regexp constant.character.escape */
{
    font-weight: bold;
    color: #22863a;
}

.pl-ml /* markup.list */
{
    color: #735c0f;
}

.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms /* meta.separator */
{
    font-weight: bold;
    color: #005cc5;
}

.pl-mi /* markup.italic */
{
    font-style: italic;
    color: #24292e;
}

.pl-mb /* markup.bold */
{
    font-weight: bold;
    color: #24292e;
}

.pl-md /* markup.deleted, meta.diff.header.from-file, punctuation.definition.deleted */
{
    color: #b31d28;
    background-color: #ffeef0;
}

.pl-mi1 /* markup.inserted, meta.diff.header.to-file, punctuation.definition.inserted */
{
    color: #22863a;
    background-color: #f0fff4;
}

.pl-mc /* markup.changed, punctuation.definition.changed */
{
    color: #e36209;
    background-color: #ffebda;
}

.pl-mi2 /* markup.ignored, markup.untracked */
{
    color: #f6f8fa;
    background-color: #005cc5;
}

.pl-mdr /* meta.diff.range */
{
    font-weight: bold;
    color: #6f42c1;
}

.pl-ba /* brackethighlighter.tag, brackethighlighter.curly, brackethighlighter.round, brackethighlighter.square, brackethighlighter.angle, brackethighlighter.quote */
{
    color: #586069;
}

.pl-sg /* sublimelinter.gutter-mark */
{
    color: #959da5;
}

.pl-corl /* constant.other.reference.link, string.other.link */
{
    text-decoration: underline;
    color: #032f62;
}
