body
{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 44px 30px;
    color: #1F2328;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

a
{
    color: #2f81f7;
    background-color: transparent;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

h1
{
    margin: .67em 0;
    font-weight: 600;
    padding-bottom: .3em;
    font-size: 2em;
    border-bottom: 1px solid hsla(210, 18%, 87%, 1);
}

h2
{
    font-weight: 600;
    padding-bottom: .3em;
    font-size: 1.5em;
    border-bottom: 1px solid hsla(210, 18%, 87%, 1);
}

h3
{
    font-weight: 600;
    font-size: 1.25em;
}

h4
{
    font-weight: 600;
    font-size: 1em;
}

h5
{
    font-weight: 600;
    font-size: .875em;
}

h6
{
    font-weight: 600;
    font-size: .85em;
    color: #656d76;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2em;
}

li+li
{
    margin-top: .25em;
}

p,
blockquote,
ul,
ol,
dl,
table,
pre,
details
{
    margin-top: 0;
    margin-bottom: 16px;
}

pre
{
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    color: #1F2328;
    background-color: #f6f8fa;
    border-radius: 6px;
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    word-wrap: normal;
}

/*dark*/
@media (prefers-color-scheme: dark)
{
    body {
        color-scheme: dark;
        color: #e6edf3;
        background-color: #0d1117;
    }

    h1 { border-bottom: 1px solid #21262d; }
    h2 { border-bottom: 1px solid #21262d; }

    pre {
    color: #e6edf3;
    background-color: #161b22;
    }
}