.breadcrumb-section { padding: 1rem; } i.has-icon-padding { padding: 0 10px 25px 0; } /* * Move padding padding from
 tag to hljs  tags so the padding
 * space is colored the same as the background of hljs  blocks.
 */
.content pre {
    padding: 0;
}

code.hljs {
    padding: 1.75em 2em;
}

/*
 * Show header permalink on hover.
 */
.headerlink {
    display: none;
    padding-left: 0.5em;
}

:is(h1, h2, h3, h4, h5, h6):hover > .headerlink {
    display: inline;
}