/* Section Headings */
.rst-content h1 code.literal,
.rst-content h2 code.literal,
.rst-content h3 code.literal,
.rst-content h4 code.literal,
.rst-content h5 code.literal,
.rst-content h6 code.literal,
/* Rubric Headings */
.rst-content .rubric code.literal,
/* Menu Headings */
.wy-menu-vertical li code {
    background: unset;
    border: unset;
    color: unset;
    font-weight: normal;
    font-size: 100%;
    padding: unset;
}

/* Rubric Headings */
.rst-content .rubric code.literal {
    font-weight: unset;
}
