div.tocify-wrapper {
    background-color: #f2a064;
}

div.tocify-wrapper > img {
    width: 80%;
    margin:auto;
}

.page-wrapper .dark-box {
    background-color: #142F2B;
}

.content blockquote, .content pre {
    background-color: #142F2BAA;
}

.content .annotation {
    background-color: #142F2BAA;
}

.tocify-wrapper .tocify-focus {
    background-color: #142F2B;;
}

.tocify-wrapper .tocify-focus > a {
    color: #EC6C5E !important
}

.tocify-wrapper a {
    font-size: medium;
    font-weight: normal;
}

.tocify-wrapper .tocify-subheader {
    background-color: #142F2B;
}

.content aside {
    background-color: transparent;
    text-shadow: none;
}


.tocify-wrapper>.search input {
    background-color: #142F2BEE;
}

.tocify-wrapper > .search {
    visibility:hidden;
}

.tocify-wrapper .tocify-subheader .tocify-item>a {
    font-size: 1em;
}

.tocify-wrapper .toc-footer a {
    font-size: small;
}

code.language-html {
    background-color: #1C1C1C !important;
    padding: 10px !important;
    border-radius: 5px;
    color: #F8F8F2;
}