pre, code {
    font-family: $monospaced;
}

code {
    background-color: $grey-3;
    border-radius: 3px;
    color: $code-color;
    font-size: 85%;
    padding: .25em .5em;
}

pre {
    margin: 0 0 1rem;
}

pre code {
    background-color: transparent;
    color: inherit;
    font-size: 100%;
    padding: 0;
}

.highlight {
    background-color: $grey-3;
    border-radius: 3px;
    line-height: 1.4;
    margin: 0 0 1rem;
    padding: 1rem;

    pre {
        margin-bottom: 0;
        overflow-x: auto;
    }

    .lineno {
        color: $default-tint;
        display: inline-block;
        padding: 0 .75rem 0 .25rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
}