.sidebar {
    background-color: #EEEBE2;
}

.chapter li a {
    color: black;
}

a:visited, .content a:link {
    color: #FF5A55;
}

a:visited:hover {
    text-decoration: underline #e23e38;
    transition: text-decoration 1000ms linear;
    color: #e23e38;
}

.chapter li:hover a {
    text-decoration: underline #FF5A55;
    color: black;
}

.chapter li a.active {
    text-decoration: underline #FF5A55;
    color: black;
}

.navy, .page, #menu-bar, .left-buttons, .menu-title, .right-buttons {
    background-color: white;
}

#menu-bar {
    border-block-end: none;
}

.nav-chapters:hover {
    background-color: #EEEBE2;
}

p {
    line-height: 1.3;
    color: #000;
    white-space: normal;
    text-rendering: optimizeSpeed;
    font-family: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
    color: black;
    margin: 0;
}

.content .header:link, .content .header:visited {
    color: black;
}

.menu-bar a i, .menu-bar .icon-button {
    color: black;
}

.menu-title {
    font-weight: 400;
}

blockquote {
    background-color: #EEEBE2;
    border-block: none;
}

h1 {
    margin-top: 20px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h4 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
}

li {
    color: #000;
}

#theme-toggle {
    display: none;
}

#searchbar {
    background-color: #EEEBE2;
}

.table-wrapper {
    color: #000;
}

table thead th {
    background-color: #EEEBE2;
}

table td {
    background-color: #ffffff;
}

.hljs{
    color: #000;
    background-color: #EEEBE2;
}

:not(pre):not(a) > .hljs {
    color: #000;
}

.hljs-string, .hljs-literal{
    color: #FF5A55;
}