/* Custom CSS */

/* Add a dot after caption numbers */
span.caption-number:after {
    content: ":";
    margin-left: -0.25em;
    margin-right: 0.25em;
}

/* when using the code-wrap class in code-blocks wrap the lines */
div.code-wrap>div.highlight>pre {
    white-space: pre-wrap;
}

article figure {
    margin: 1rem;
}

.menuselection {
    background-color: var(--color-guilabel-background);
    border: 1px solid var(--color-guilabel-border);
    color: var(--color-guilabel-text);
    border-radius: .5em;
    font-size: .9em;
    padding: 0 .3em;
}
