.text-inherit {
    color: inherit;
}

code {
    background-color: white;
    padding: 0.25rem;
    color: #E53E3E;
    font-size: 0.875rem;
}

.new {
    color: #01A7A5;
    font-weight: bold;
    text-transform: uppercase;
}

h1 .new {
    font-size: 1.125rem;
}

h4 .new {
    font-size: 1.125rem;
}

aside .new {
    font-size: 0.75rem;
}

aside li.sub-open .fa-chevron-right {
    transform: rotate(90deg);
    transition: 200ms ease all;
}

aside li:not(.sub-open) .fa-chevron-right {
    transform: rotate(0deg);
    transition: 200ms ease all;
}

.anchor-fix {
    margin-top: -65px;
    padding-top: 85px;
}

@media (max-width:1150px) and (min-width:1024px) {
    nav.top-nav .fa-fw {
        display: none;
    }
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background-color: white!important;
    border: 1px solid #EDF2F7;
}