:root {
    --bg-color: white; 
}

[un-cloak] {
    visibility: hidden;
}

html {
    overscroll-behavior: auto;
    scroll-padding-top: 100px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 20px;
    color: #325d80;
}

p,ul,ol {
    margin-bottom: 12px;
}


ul {
    margin-left: 1em;
} 

ol {
    margin-left: 1em;
}

ul ul {
    margin-left: 1em;
}

ul ul li {
    border-left: none;
}

code {
    border: none;
    white-space: pre;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 12px;
    padding: 2px 5px;
    background: #f6f6f7 !important;
    flex-shrink: 1;
    border-radius: 4px;
    border: none;
    line-height: 160%;
    box-shadow: 1px 1px 4px #dddddd6e;
}

.language-gauss {
    border: 1px solid #ced9de;
    border-radius: 8px;
}

.language-scss {
    border-radius: 8px;
}

pre {
    display: block;
    margin-bottom: 16px;
    width: 100%;
    overflow: auto;
    word-break: break-all;
    white-space: pre;
}

mark {
    background:linear-gradient(transparent 60%,#FFBF8E 40%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
}

blockquote {
    padding: 0.4em 1em;
    border-left: 3px solid;
    border-left-color: #e4e4e7;
    color: #71717a;
    margin: 0px;
}

blockquote > p {
    padding: 0px;
}

a {
    color: #267CC9;
}

#nav a, yu-table-of-content a {
    color: #757575;
}

blockquote {
    margin-bottom: 16px;
}

yu-table-of-content .active {
    color: #267CC9;
    border-left: 2px solid #267CC9;
}

yudoc-tab {
    flex-shrink: 1;
}

@media screen and (max-width: 767px) {
    html {
        scroll-padding-top: 70px;
    }
    h1 {
        font-size: 28px;
    }
}

hr {
    margin: 60px 0px 24px 0px;
}