/* Jetro book accents - rust-book gray */

.content code {
    font-feature-settings: "calt" 1, "ss01" 1;
}

.content pre > code {
    border-left: 3px solid #8a8a8a;
    padding-left: 0.9em;
}

.content blockquote {
    border-left: 3px solid #b8b8b8;
    background: rgba(150, 150, 150, 0.08);
    padding: 0.6em 1em;
}

.content table th {
    background: rgba(120, 120, 120, 0.12);
}

h1, h2, h3 {
    letter-spacing: -0.01em;
}

.sidebar .chapter li.chapter-item strong {
    color: #6e6e6e;
}
