.breadcrumb-delim {
    display: inline-block;
    height: 1em;
    width: 1.5em;
    margin-bottom: -0.15em;
}

.breadcrumb-delim svg {
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;

    stroke: #a6a6a6;
}

body[data-md-color-scheme="slate"] .breadcrumb-delim svg {
    stroke: #7e818c;
}