pre {
    padding: 0.6rem;

    font-size: 0.75rem;
    background: var(--lh-secondary-bg-color);

    border: var(--lh-border-basic);
    border-radius: var(--lh-border-radius);

    overflow-x: auto;
}

pre > code.hljs {
    background: none;
}

:not(pre) > code {
    padding: 0.1rem 0.5rem;
    font-size: 0.85rem;

    background-color: var(--lh-element-background-hover);
    border-radius: var(--lh-border-radius);
}