/* Small refinements on top of the Furo theme for qjax. */

/* Slightly tighter, monospace inline code that stands out on both themes. */
code.literal {
    font-size: 0.92em;
}

/* Give API signatures a touch more breathing room. */
dl.py dt {
    margin-top: 0.6rem;
}
