@import "monokai.css";
/*@import "presentation-mode.css";*/

.sub-title.sub-title--related-h1 .sub-title__edit-info {
    display: none;
}

:root {
    --wh-max-width-xl: auto;
    --wh-max-width-l: auto;
    --wh-max-width-m: auto;
    --wh-max-width-s: auto;
    --wh-max-width-xs: auto;
    --wh-article-list-width: auto;
}

/*THEME DARK */

html.theme-dark body {
    background-color: #0d1117;
    color: #e6edf3;
}

html.theme-dark h1 {
    color: #f92672;
}

html.theme-dark h2 {
    color: #e6db74;
}

html.theme-dark h3 {
    color: #66d9ef;
}

html.theme-dark h4 {
    color: #ae81ff;
}

html.theme-dark .code-block {
    background: #161b22;
    border-radius: 0;
}

html.theme-dark .definition-list__group {
    background: #161b22;
    border-radius: 0;
}

html.theme-dark ul.toc {
    background: #161b22;
}

html.theme-dark ul.toc .toc-item--theme-dark.toc-item:not(.toc-item--selected) {
    background: #161b22;
}

/*THEME LIGHT */

html.theme-light body {
    background-color: #ffffff;
}

html.theme-light body h1 {
    color: #ff004b;
}

html.theme-light body h2 {
    color: #3254ec;
}

html.theme-light body h3 {
    color: #7209b7;
}

html.theme-light body h4 {
    color: #068854;
}

html.theme-light .code-block, html.theme-light .definition-list__group {
    background: #ffffff;
    border-radius: 0;
}
